Documentation

    Interface TwingHashNode

    interface TwingHashNode {
        attributes: Attributes;
        children: Children;
        column: number;
        line: number;
        tag: null | string;
        type: "hash";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    attributes: Attributes
    children: Children
    column: number
    line: number
    tag: null | string
    type: "hash"
    MMNEPVFCICPMFPCPTTAAATR