TreeItem2LabelInputProps

external interface TreeItem2LabelInputProps : Props(source)

Properties

Link copied to clipboard
abstract var autoFocus: Boolean?
Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
Link copied to clipboard

Used to determine if the target of keydown or blur events is the input and prevent the event from propagating to the root.

Link copied to clipboard
Link copied to clipboard
abstract var type: Union?
Link copied to clipboard
abstract var value: String?

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()