Properties

Link copied to clipboard
abstract val id: String

Unique identifier for this UI component.

Link copied to clipboard
abstract val isEnabled: Boolean

Whether this component is currently enabled.

Link copied to clipboard
abstract val isVisible: Boolean

Whether this component is currently visible.

Functions

Link copied to clipboard
abstract fun disable()

Disable this component.

Link copied to clipboard
abstract fun dispose()

Dispose of this component and release resources.

Link copied to clipboard
abstract fun enable()

Enable this component.

Link copied to clipboard
abstract fun hide()

Hide this component.

Link copied to clipboard
abstract fun show()

Show this component.