Additional configuration options for snapshot creation.

Hierarchy

  • CreateSnapshotAdditionalConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
templateVariables?: CreateSnapshotTemplateVariable[]

List of template variable definitions for snapshot rendering.

timeseriesLegendType?: CreateSnapshotTimeseriesLegendType

The legend display type for timeseries widgets. A value of none hides the legend entirely; omitting the field lets the frontend choose automatically.

timezoneOffsetMinutes?: number

Timezone offset in minutes from UTC. Positive values are west of UTC (for example, 300 for UTC-5). Use 0 for UTC.

Generated using TypeDoc