Skip to content

@serenity-is/corelib / TimeEditorBaseOptions

Interface: TimeEditorBaseOptions

Defined in: src/ui/editors/timeeditor.ts:9

Options for the TimeEditorBase.

Extended by

Properties

endHour?

optional endHour: any

Defined in: src/ui/editors/timeeditor.ts:15

Ending hour for the hour select.


intervalMinutes?

optional intervalMinutes: any

Defined in: src/ui/editors/timeeditor.ts:17

Interval in minutes between minute options.


noEmptyOption?

optional noEmptyOption: boolean

Defined in: src/ui/editors/timeeditor.ts:11

Whether to omit the empty option.


startHour?

optional startHour: any

Defined in: src/ui/editors/timeeditor.ts:13

Starting hour for the hour select.