VisibilityEditor

Visibility control for editors with a reactive state. Changing visibility affects rendering and may alter validation scope.

Properties

Link copied to clipboard
abstract val state: Live<VisibilityState>

Reactive visibility state.

Functions

Link copied to clipboard
abstract fun hide()

Hide the target. Equivalent to setHidden(true).

Link copied to clipboard
abstract fun setHidden(value: Boolean)

Set hidden flag directly.

Link copied to clipboard
abstract fun show()

Show the target. Equivalent to setHidden(false).

Link copied to clipboard
abstract fun visibility(value: Visibility)

Set high-level visibility (e.g., visible/hidden) explicitly.