Class SecureEmbedSelectableTemplateVariable

A template variable that viewers can modify on the secure embed shared dashboard.

Hierarchy

  • SecureEmbedSelectableTemplateVariable

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
defaultValues?: string[]

Default selected values for the variable.

name?: string

Name of the template variable. Usually matches the prefix unless you want a different display name.

prefix?: string

Tag prefix for the variable (e.g., environment, service).

visibleTags?: string[]

Restrict which tag values are visible to the viewer.

Generated using TypeDoc