TreeElementState

@Immutable
value class TreeElementState(val state: ULong)

Constructors

Link copied to clipboard
constructor(state: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Stable
val isExpanded: Boolean
Link copied to clipboard
@Stable
val isFocused: Boolean
Link copied to clipboard
@Stable
val isSelected: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(focused: Boolean = isFocused, selected: Boolean = isSelected, expanded: Boolean = isExpanded): TreeElementState
Link copied to clipboard
open override fun toString(): String