@serenity-is/corelib / DateTimeEditorOptions
Interface: DateTimeEditorOptions
Defined in: src/ui/editors/datetimeeditor.tsx:515
Options for the DateTimeEditor.
Properties
endHour?
optionalendHour:any
Defined in: src/ui/editors/datetimeeditor.tsx:519
Ending hour for the time select (0-23).
inputOnly?
optionalinputOnly:boolean
Defined in: src/ui/editors/datetimeeditor.tsx:533
Whether to render as a plain input without picker UI.
intervalMinutes?
optionalintervalMinutes:any
Defined in: src/ui/editors/datetimeeditor.tsx:521
Interval in minutes between time options.
maxValue?
optionalmaxValue:string
Defined in: src/ui/editors/datetimeeditor.tsx:525
Maximum allowed date-time as an ISO string.
minValue?
optionalminValue:string
Defined in: src/ui/editors/datetimeeditor.tsx:523
Minimum allowed date-time as an ISO string.
seconds?
optionalseconds:boolean
Defined in: src/ui/editors/datetimeeditor.tsx:531
Whether to include seconds in the time picker.
sqlMinMax?
optionalsqlMinMax:boolean
Defined in: src/ui/editors/datetimeeditor.tsx:535
Whether to apply SQL min/max date bounds.
startHour?
optionalstartHour:any
Defined in: src/ui/editors/datetimeeditor.tsx:517
Starting hour for the time select (0-23).
useUtc?
optionaluseUtc:boolean
Defined in: src/ui/editors/datetimeeditor.tsx:529
Whether to store and display values in UTC.
yearRange?
optionalyearRange:string
Defined in: src/ui/editors/datetimeeditor.tsx:527
Year range for the date picker (e.g. "-100:+50").