Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-muix-date-pickers
/
muix.pickers
/
PickersActionBarProps
Pickers
Action
Bar
Props
external
interface
PickersActionBarProps
:
Props
(
source
)
Members
Properties
actions
Link copied to clipboard
abstract
var
actions
:
ReadonlyArray
<
PickersActionBarAction
>
?
Ordered array of actions to display. If empty, does not display that action bar.
key
Link copied to clipboard
abstract
var
key
:
Key
?
on
Accept
Link copied to clipboard
abstract
var
onAccept
:
(
)
->
Unit
on
Cancel
Link copied to clipboard
abstract
var
onCancel
:
(
)
->
Unit
on
Clear
Link copied to clipboard
abstract
var
onClear
:
(
)
->
Unit
on
Set
Today
Link copied to clipboard
abstract
var
onSetToday
:
(
)
->
Unit
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)