Documentation
    Preparing search index...

    Interface TwingAttributeAccessorNode

    interface TwingAttributeAccessorNode {
        attributes: TwingBaseNodeAttributes & {
            isOptimizable: boolean;
            shouldIgnoreStrictCheck?: boolean;
            shouldTestExistence: boolean;
            type: TwingAttributeAccessorCallType;
        };
        children: TwingAttributeAccessorNodeChildren;
        column: number;
        line: number;
        tag: null
        | string;
        type: "attribute_accessor";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: TwingBaseNodeAttributes & {
        isOptimizable: boolean;
        shouldIgnoreStrictCheck?: boolean;
        shouldTestExistence: boolean;
        type: TwingAttributeAccessorCallType;
    }
    column: number
    line: number
    tag: null | string
    type: "attribute_accessor"