GradientEdge CDK Utils
    Preparing search index...

    Structure of a parsed YAML pane template file

    type PaneTemplate = {
        dimensions: { height: number };
        properties: Record<string, string>;
        template: string;
        variables: Record<string, string>;
    }
    Index

    Properties

    dimensions: { height: number }

    Pane dimensions for dashboard layout

    properties: Record<string, string>

    Required properties that must be provided for template substitution

    template: string

    The Lodash-compatible template string

    variables: Record<string, string>

    Required variables that must be provided for template substitution