EntityRef

interface EntityRef

Minimal reference to an entity-like thing in the host runtime.

Design note

KTale intentionally does not model a full entity system. This is just a stable handle plugins can pass around.

Properties

Link copied to clipboard
abstract val id: Key

Stable identifier for this entity within the host runtime.

Link copied to clipboard
abstract val kind: Key

Broad kind/type identifier for routing/logging.