@serenity-is/corelib / TimeEditorOptions
Interface: TimeEditorOptions
Defined in: src/ui/editors/timeeditor.ts:133
Options for the TimeEditor.
Extends
Properties
endHour?
optionalendHour:any
Defined in: src/ui/editors/timeeditor.ts:15
Ending hour for the hour select.
Inherited from
intervalMinutes?
optionalintervalMinutes:any
Defined in: src/ui/editors/timeeditor.ts:17
Interval in minutes between minute options.
Inherited from
TimeEditorBaseOptions.intervalMinutes
multiplier?
optionalmultiplier:number
Defined in: src/ui/editors/timeeditor.ts:135
Default is 1. Set to 60 to store seconds, 60000 to store ms in an integer field
noEmptyOption?
optionalnoEmptyOption:boolean
Defined in: src/ui/editors/timeeditor.ts:11
Whether to omit the empty option.
Inherited from
TimeEditorBaseOptions.noEmptyOption
startHour?
optionalstartHour:any
Defined in: src/ui/editors/timeeditor.ts:13
Starting hour for the hour select.