Class HostMapWidgetProjectionDimensionMapping

Maps a dataset column to a host map visual dimension.

Hierarchy

  • HostMapWidgetProjectionDimensionMapping

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
alias?: string

Alias used to label the column instead of its name.

column: string

Source column name from the dataset.

Visual dimension for the host map widget. Used both by infrastructure-backed formulas and by DDSQL projection columns; group is only meaningful for DDSQL projection columns, where repeated entries define the grouping hierarchy.

numberFormat?: WidgetNumberFormat

Number format options for the widget.

Generated using TypeDoc