ZernikaloscomponentsZBaseComponentZBaseComponent Members Constructors ZBaseComponent Link copied to clipboard constructor(internalData: ZComponentData? = null) Properties hasRenderer Link copied to clipboard val hasRenderer: Boolean isInitialized Link copied to clipboard override val isInitialized: BooleanRepresents a boolean value indicating whether a component has been initialized. isRenderizable Link copied to clipboard abstract val isRenderizable: BooleanRepresents a boolean value indicating whether a component is renderizable. refId Link copied to clipboard override val refId: IntRepresents the unique reference identifier for a component. Functions initialize Link copied to clipboard override fun initialize(ctx: ZRenderingContext)Initializes the ZComponent using the provided ZRenderingContext.