Formula for the infrastructure host map widget that specifies both the expression and the visual dimension it populates.

Hierarchy

  • HostMapWidgetFormula

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

Expression alias.

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.

formula: string

String expression built from queries, formulas, and functions.

numberFormat?: WidgetNumberFormat

Number format options for the widget.

Generated using TypeDoc