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

Properties

interval: number[]
maxDefValue: string
maxValue: string
minDefValue: string
minValue: string
mode: string
resolution: string
values: string[]
widget: string