@serenity-is/corelib / TimeEditorBaseOptions
Interface: TimeEditorBaseOptions
Defined in: src/ui/editors/timeeditor.ts:9
Options for the TimeEditorBase.
Extended by
Properties
endHour?
optionalendHour:any
Defined in: src/ui/editors/timeeditor.ts:15
Ending hour for the hour select.
intervalMinutes?
optionalintervalMinutes:any
Defined in: src/ui/editors/timeeditor.ts:17
Interval in minutes between minute options.
noEmptyOption?
optionalnoEmptyOption:boolean
Defined in: src/ui/editors/timeeditor.ts:11
Whether to omit the empty option.
startHour?
optionalstartHour:any
Defined in: src/ui/editors/timeeditor.ts:13
Starting hour for the hour select.