ZKo

data class ZKo(val header: ZkoHeader, val root: ZObject, val actions: List<ZSkeletalAction>? = null)(source)

Represents the ZKo data structure exposed externally after loading a Zko file.

Constructors

Link copied to clipboard
constructor(header: ZkoHeader, root: ZObject, actions: List<ZSkeletalAction>? = null)

Properties

Link copied to clipboard

An optional list of actions (ZSkeletalAction) that can be executed or associated with this ZKo object.

Link copied to clipboard

The metadata header associated with the ZKo object. This contains the version information and ensures compatibility.

Link copied to clipboard

The root ZObject of the ZKo structure. This represents the starting point of the object hierarchy.