GradientEdge CDK Utils
    Preparing search index...

    Renders Azure Portal dashboard templates from YAML pane definitions into JSON

    • Reads pane templates from a configurable template directory
    • Compiles templates using Lodash template interpolation with {{}} delimiters
    • Validates required variables and properties before rendering
    • Assembles multiple panes into a single dashboard JSON structure

    Implements

    Index

    Constructors

    Properties

    outputDir: string

    Absolute path to the directory where rendered dashboard files are written

    paneTemplatePath: string

    Absolute path to the directory containing pane YAML templates

    Methods