Time picker interface

Hierarchy

Properties

Classes: string[]

Additional CSS classes to add to the control.

Enabled: boolean

Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.

HourStep: number

The hour step of the time picker. Defaults to 1.

Id: string

The id of the UI element.

MinuteStep: number

The minute step of the time picker. Defaults to 1.

MouseWheel: boolean

Flag indicating if the mouse wheel should be used to change the value.

Name: string

Name of the UI element. For form fields that would be the name otherwise used for reference only.

OnChange: ((data) => void)

Type declaration

    • (data): void
    • Register a change event handler for the time picker.

      Parameters

      Returns void

ParentClasses: string[]

Additional CSS classes to add to the parent control when supported.

ReadOnly: boolean

Readonly flag indicating if the input controls are readonly (aka cannot be typed in directly).

ShowMeridian: boolean

Flag indicating if the time picker should show the meridian (AM/PM) or not.

StandardClasses: string[]

The standard classes of the control. Modify this property only if you know what you are doing.

Tags: string[]

Tags for the UI element. Used for reference only.

TextDirection: TextFieldTextDirection

The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.

ToolTip?: string

Tooltip text of the UI element.

Type: "TimePicker"

The type of the UI element. Always "TimePicker".

Value: Date

The current value of the time picker. Only the time part is used.

Visible: boolean

Visibility flag of the UI element. When not visible it will be hidden from the UI.

Generated using TypeDoc