Skip to content

@serenity-is/corelib / DateEditorOptions

Interface: DateEditorOptions

Defined in: src/ui/editors/dateeditor.tsx:10

Options for the DateEditor.

Properties

maxValue?

optional maxValue: string

Defined in: src/ui/editors/dateeditor.tsx:16

Maximum allowed date as a string.


minValue?

optional minValue: string

Defined in: src/ui/editors/dateeditor.tsx:14

Minimum allowed date as a string.


sqlMinMax?

optional sqlMinMax: boolean

Defined in: src/ui/editors/dateeditor.tsx:18

Whether to apply SQL min/max date bounds.


yearRange?

optional yearRange: string

Defined in: src/ui/editors/dateeditor.tsx:12

Year range for the date picker (e.g. "-100:+50").