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

    Interface TemplateForDirectivePart

    interface TemplateForDirectivePart {
        bodyParts: readonly TemplatePart[];
        collection: ExprNode;
        keyVar: string | null;
        kind: "ForDirective";
        parts: readonly (Token | ExprNode | TemplatePart)[];
        range: Range;
        stripLeftEndfor: boolean;
        stripLeftFor: boolean;
        stripRightEndfor: boolean;
        stripRightFor: boolean;
        valueVar: string;
    }

    Hierarchy

    • TemplatePartBase
      • TemplateForDirectivePart
    Index

    Properties

    bodyParts: readonly TemplatePart[]
    collection: ExprNode
    keyVar: string | null
    kind: "ForDirective"
    parts: readonly (Token | ExprNode | TemplatePart)[]
    range: Range
    stripLeftEndfor: boolean
    stripLeftFor: boolean
    stripRightEndfor: boolean
    stripRightFor: boolean
    valueVar: string