The default time-related export options for a layer. See https://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.

interface TimeInfoExportOptionsJson {
    timeDataCumulative?: boolean;
    timeOffset?: number;
    timeOffsetUnits?: TemporalUnitJsonType;
    useTime?: boolean;
}

Properties

timeDataCumulative?: boolean

If true, draw all the features from the beginning of time for that data.

timeOffset?: number

Time offset value for this layer so that it can be overlaid on the top of a previous or future time period.

timeOffsetUnits?: TemporalUnitJsonType

Temporal unit in which the time offset is measured.

useTime?: boolean

If true, use the time extent specified by the time parameter.