Documentation
    Preparing search index...

    Interface TwingParentFunctionNode

    interface TwingParentFunctionNode {
        attributes: TwingBaseNodeAttributes & { name: string };
        children: Children;
        column: number;
        line: number;
        tag: null | string;
        type: "parent_function";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: TwingBaseNodeAttributes & { name: string }
    children: Children
    column: number
    line: number
    tag: null | string
    type: "parent_function"