@serenity-is/corelib / DateEditorOptions
Interface: DateEditorOptions
Defined in: src/ui/editors/dateeditor.tsx:10
Options for the DateEditor.
Properties
maxValue?
optionalmaxValue:string
Defined in: src/ui/editors/dateeditor.tsx:16
Maximum allowed date as a string.
minValue?
optionalminValue:string
Defined in: src/ui/editors/dateeditor.tsx:14
Minimum allowed date as a string.
sqlMinMax?
optionalsqlMinMax:boolean
Defined in: src/ui/editors/dateeditor.tsx:18
Whether to apply SQL min/max date bounds.
yearRange?
optionalyearRange:string
Defined in: src/ui/editors/dateeditor.tsx:12
Year range for the date picker (e.g. "-100:+50").