Documentation
    Preparing search index...

    Interface TwingBaseArrayNode<Type>

    interface TwingBaseArrayNode<Type extends string> {
        attributes: Attributes;
        children: Children;
        column: number;
        line: number;
        tag: null | string;
        type: Type;
    }

    Type Parameters

    • Type extends string

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Attributes
    children: Children
    column: number
    line: number
    tag: null | string
    type: Type