toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
:
dynamic
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
(
)