Styling options for widget formulas.

Hierarchy

  • WidgetFormulaStyle

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

The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors

paletteIndex?: number

Index specifying which color to use within the palette.

Generated using TypeDoc