@serenity-is/corelib / TimeEditorOptions
Interface: TimeEditorOptions
Extends
Properties
endHour?
optionalendHour:any
Inherited from
Defined in
src/ui/editors/timeeditor.ts:10
intervalMinutes?
optionalintervalMinutes:any
Inherited from
TimeEditorBaseOptions.intervalMinutes
Defined in
src/ui/editors/timeeditor.ts:11
multiplier?
optionalmultiplier:number
Default is 1. Set to 60 to store seconds, 60000 to store ms in an integer field
Defined in
src/ui/editors/timeeditor.ts:96
noEmptyOption?
optionalnoEmptyOption:boolean
Inherited from
TimeEditorBaseOptions.noEmptyOption
Defined in
src/ui/editors/timeeditor.ts:8
startHour?
optionalstartHour:any
Inherited from
TimeEditorBaseOptions.startHour