ZernikaloscomponentsZSerializableComponentZSerializableComponent Members Constructors ZSerializableComponent Link copied to clipboard constructor(data: D) 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 open override val isRenderizable: Boolean = falseRepresents 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.