ZernikaloscomponentsZComponentZComponent Members Properties isInitialized Link copied to clipboard abstract 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 abstract val refId: IntRepresents the unique reference identifier for a component. Functions initialize Link copied to clipboard abstract fun initialize(ctx: ZRenderingContext)Initializes the ZComponent using the provided ZRenderingContext.