@cruglobal/js-hcl2 - v0.1.1
    Preparing search index...

    Interface TemplateInterpolationPart

    interface TemplateInterpolationPart {
        expr: ExprNode;
        kind: "Interpolation";
        parts: readonly (Token | ExprNode)[];
        range: Range;
        stripLeft: boolean;
        stripRight: boolean;
    }

    Hierarchy

    • TemplatePartBase
      • TemplateInterpolationPart
    Index

    Properties

    expr: ExprNode
    kind: "Interpolation"
    parts: readonly (Token | ExprNode)[]
    range: Range
    stripLeft: boolean
    stripRight: boolean