Skip to content

@serenity-is/corelib / TimeEditorOptions

Interface: TimeEditorOptions

Extends

Properties

endHour?

optional endHour: any

Inherited from

TimeEditorBaseOptions.endHour

Defined in

src/ui/editors/timeeditor.ts:10


intervalMinutes?

optional intervalMinutes: any

Inherited from

TimeEditorBaseOptions.intervalMinutes

Defined in

src/ui/editors/timeeditor.ts:11


multiplier?

optional multiplier: 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?

optional noEmptyOption: boolean

Inherited from

TimeEditorBaseOptions.noEmptyOption

Defined in

src/ui/editors/timeeditor.ts:8


startHour?

optional startHour: any

Inherited from

TimeEditorBaseOptions.startHour

Defined in

src/ui/editors/timeeditor.ts:9