PickerDayProps

Properties

Link copied to clipboard
abstract var classes: PickerDayClasses?

Override or extend the styles applied to the component.

Link copied to clipboard
abstract var day: PickerValidDate

The date to show.

Link copied to clipboard
abstract var disabled: Boolean?

If true, the day is disabled.

Link copied to clipboard

If true, today's day is not highlighted.

Link copied to clipboard
abstract var isAnimating: Boolean?

If true, the day is being animated.

Link copied to clipboard
abstract var isDayFillerCell: Boolean?

If true, the day is a filler day (its content is hidden).

Link copied to clipboard

If true, the day is the first visible cell of the month.

Link copied to clipboard
abstract var isLastVisibleCell: Boolean?

If true, the day is the last visible cell of the month.

Link copied to clipboard

Indicates if the day should be visually selected.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard

Callback fired when the component is blurred.

Link copied to clipboard
abstract var onClick: (event: MouseEvent<HTMLButtonElement, *>) -> Unit?

Callback fired when the component is clicked.

Link copied to clipboard
abstract var onDaySelect: (PickerValidDate) -> Unit

Callback fired when the day is selected.

Link copied to clipboard

Callback fired when the component is focused.

Link copied to clipboard

Callback fired when a key is pressed.

Link copied to clipboard
abstract var onMouseDown: (event: MouseEvent<HTMLButtonElement, *>) -> Unit?

Callback fired when the mouse button is pressed.

Link copied to clipboard

Callback fired when the mouse enters the component.

Link copied to clipboard

If true, the day is outside the current month.

Link copied to clipboard
abstract var selected: Boolean?

If true, renders as selected.

Link copied to clipboard

If true, days outside the current month are rendered:

Link copied to clipboard
abstract var today: Boolean?

If true, today's day is highlighted.

Functions

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