vot.js - v2.4.12
    Preparing search index...
    interface NodeProps {
        attributes?: NodeAttribute[];
        childNodes?: Node[];
        namespace?: string;
        nodeName: string;
        nodeType: NodeType;
        parentNode: null | Node;
        selfCloseTag?: boolean;
        text?: string;
    }
    Index

    Properties

    attributes?: NodeAttribute[]
    childNodes?: Node[]
    namespace?: string
    nodeName: string
    nodeType: NodeType
    parentNode: null | Node
    selfCloseTag?: boolean
    text?: string