TimeClockProps

Properties

Link copied to clipboard
abstract var ampmInClock: Boolean?

Display ampm controls under the clock (instead of in the toolbar).

Link copied to clipboard
abstract var classes: TimeClockClasses?

Override or extend the styles applied to the component.

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

The props used for each component slot.

Link copied to clipboard
abstract var slots: TimeClockSlots?

Overridable component slots.

Link copied to clipboard
abstract var views: ReadonlyArray<String>?

Available views.

Functions

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