Skip to main content

ZComponent

actualpackageZComponent
4 items
abstract val isInitialized: Boolean
Represents a boolean value indicating whether a component has been initialized.
abstract val isRenderizable: Boolean
Represents a boolean value indicating whether a component is renderizable.
abstract val refId: String
Represents the unique identifier for a reference-based component. The refId is used as a distinctive key for retrieving or linking this component within reference-dependent systems.
abstract fun initialize(ctx: ZRenderingContext)
Initializes the ZComponent using the provided ZRenderingContext.