Class HostMapWidgetInfrastructureStyle

Style configuration for the infrastructure host map.

Hierarchy

  • HostMapWidgetInfrastructureStyle

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
fillMax?: number

Maximum value for the fill color scale. Omit to use automatic scaling.

fillMin?: number

Minimum value for the fill color scale. Omit to use automatic scaling.

palette?: string

Color palette name or alias.

paletteFlip?: boolean

Whether to invert the color palette.

Generated using TypeDoc