GradientEdge CDK Utils
    Preparing search index...

    Parameters for rendering a dashboard from pane templates

    type RenderParams = {
        filter?: Filter;
        panes: Pane[];
        properties?: Record<string, any>;
        variables: Record<string, any>;
    }
    Index

    Properties

    filter?: Filter

    Optional filter configuration for the dashboard

    panes: Pane[]

    List of panes to render in the dashboard

    properties?: Record<string, any>

    Optional properties to pass to pane templates

    variables: Record<string, any>

    Variables to substitute into pane templates