Properties

Link copied to clipboard
abstract val isInitialized: Boolean

Represents a boolean value indicating whether a component has been initialized.

Link copied to clipboard
abstract val isRenderizable: Boolean

Represents a boolean value indicating whether a component is renderizable.

Link copied to clipboard
abstract val refId: Int

Represents the unique reference identifier for a component.

Functions

Link copied to clipboard
abstract fun initialize(ctx: ZRenderingContext)

Initializes the ZComponent using the provided ZRenderingContext.