Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-muix-date-pickers
/
muix.pickers
/
DesktopTimePickerProps
Desktop
Time
Picker
Props
external
interface
DesktopTimePickerProps
<
TDate
,
TEnableAccessibleFieldDOMStructure
>
:
Props
(
source
)
Members
Properties
key
Link copied to clipboard
abstract
var
key
:
Key
?
slot
Props
Link copied to clipboard
abstract
var
slotProps
:
DesktopTimePickerSlotProps
<
TDate
,
TEnableAccessibleFieldDOMStructure
>
?
The props used for each component slot.
slots
Link copied to clipboard
abstract
var
slots
:
DesktopTimePickerSlots
<
TDate
>
?
Overridable component slots.
views
Link copied to clipboard
abstract
var
views
:
ReadonlyArray
<
String
>
?
Available views.
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)