Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-mui-base
/
mui.base
/
SelectInternalState
Select
Internal
State
external
interface
SelectInternalState
<
OptionValue
>
:
ListState
<
OptionValue
>
(
source
)
Members
Properties
highlighted
Value
Link copied to clipboard
abstract
var
highlightedValue
:
OptionValue
?
The item that is currently highlighted.
open
Link copied to clipboard
abstract
var
open
:
Boolean
selected
Values
Link copied to clipboard
abstract
var
selectedValues
:
ReadonlyArray
<
OptionValue
>
The item(s) that are currently selected.