PickersActionBarProps

external interface PickersActionBarProps : Props(source)

Properties

Link copied to clipboard
abstract var actions: dynamic

Ordered array of actions to display. If empty, does not display that action bar.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var onAccept: () -> Unit
Link copied to clipboard
abstract var onCancel: () -> Unit
Link copied to clipboard
abstract var onClear: () -> Unit
Link copied to clipboard
abstract var onSetToday: () -> Unit

Functions

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