Query execution context that allows the frontend to execute insight queries directly.

Hierarchy

  • GovernanceInsightQueryConfig

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

The chart type the frontend should use to render the insight.

comparisonShift: string

The window used for the previous value comparison, for example week or month.

defaultValue?: number

The default value to display when no data is available.

directionality?: string

Whether an increase in the value is good, bad, or neutral. One of neutral, increase_better, or decrease_better.

effectiveTimeWindowDays: number

The number of days the insight value is computed over.

Generated using TypeDoc