Prefab

interface Prefab

Opaque prefab payload.

Design note

KTale does not assume the prefab format (binary/JSON/custom). The payload is treated as opaque bytes plus a best-effort formatHint.

Properties

Link copied to clipboard
abstract val bytes: ByteArray
Link copied to clipboard
abstract val formatHint: String?
Link copied to clipboard
abstract val id: Key