Skip to content

@serenity-is/corelib / TimeSpanEditorOptions

Interface: TimeSpanEditorOptions

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

Options for the TimeSpanEditor.

Extends

Properties

endHour?

optional endHour: any

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

Ending hour for the hour select.

Inherited from

TimeEditorBaseOptions.endHour


intervalMinutes?

optional intervalMinutes: any

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

Interval in minutes between minute options.

Inherited from

TimeEditorBaseOptions.intervalMinutes


noEmptyOption?

optional noEmptyOption: boolean

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

Whether to omit the empty option.

Inherited from

TimeEditorBaseOptions.noEmptyOption


startHour?

optional startHour: any

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

Starting hour for the hour select.

Inherited from

TimeEditorBaseOptions.startHour