interface TimeProperty {
    interval: number[];
    maxDefValue?: string;
    maxValue: string;
    minDefValue?: string;
    minValue: string;
    mode: string;
    resolution?: string;
    values?: string[];
    widget: string;
}

Properties

interval: number[]

as [year, month, day, seconds], to set time with.

maxDefValue?: string

default max value.

maxValue: string

limit max.

minDefValue?: string

default min value.

minValue: string

limit min.

mode: string

like range, unique value, etc.

resolution?: string

Time resolution to apply

values?: string[]

Predefined list of possible values.

widget: string

to select time with.