Documentation / @jalali-js/ui-react / TimeRangePickerProps
Interface: TimeRangePickerProps
Defined in: ui-react/src/TimeRangePicker.tsx:11
Properties
className?
optionalclassName?:string
Defined in: ui-react/src/TimeRangePicker.tsx:21
defaultRange?
optionaldefaultRange?:TimeRange
Defined in: ui-react/src/TimeRangePicker.tsx:15
The initial range. Default: 09:00 to 17:00.
disabledHours?
optionaldisabledHours?: readonlynumber[]
Defined in: ui-react/src/TimeRangePicker.tsx:19
Hours that do not appear in either hour list (0-23).
locale?
optionallocale?:LocaleCode
Defined in: ui-react/src/TimeRangePicker.tsx:13
Which language the digit characters use. Default: 'en'.
minuteStep?
optionalminuteStep?:number
Defined in: ui-react/src/TimeRangePicker.tsx:17
Minute options step for both ends. Default: 1.
onChange?
optionalonChange?: (range) =>void
Defined in: ui-react/src/TimeRangePicker.tsx:20
Parameters
range
Returns
void