packages/components/eui-timepicker/models/eui-date-time-picker.config.model.ts
Configuration interface for the EUI DateTime Picker component. Defines the structure and behavior settings for the datetime picker.
Properties |
|
| callbackFn |
callbackFn:
|
Type : function
|
|
Callback function triggered when time value changes |
| hasSeconds |
hasSeconds:
|
Type : boolean
|
|
Controls whether seconds selection is enabled |
| hours |
hours:
|
Type : number
|
|
Initial hours value (0-23) |
| isDatetimepicker |
isDatetimepicker:
|
Type : boolean
|
|
Indicates if the component is used as a datetime picker |
| isDisabled |
isDisabled:
|
Type : boolean
|
| Optional |
|
Controls whether the timepicker buttons are disabled |
| isOneInputField |
isOneInputField:
|
Type : boolean
|
|
When true, displays a single input field for time entry instead of separate inputs |
| mins |
mins:
|
Type : number
|
|
Initial minutes value (0-59) |
| secs |
secs:
|
Type : number
|
| Optional |
|
Optional initial seconds value (0-59) |
| stepHours |
stepHours:
|
Type : number
|
|
Step interval for hours increment/decrement |
| stepMinutes |
stepMinutes:
|
Type : number
|
|
Step interval for minutes increment/decrement |
| stepSeconds |
stepSeconds:
|
Type : number
|
|
Step interval for seconds increment/decrement |