trilium
    Preparing search index...
    interface TagElement {
        attribs: { [attr: string]: string };
        childNodes: null | Element[];
        children: Element[];
        data?: string;
        endIndex?: number;
        firstChild: null | Element;
        lastChild: null | Element;
        name: string;
        next: null | Element;
        nextSibling: Element;
        nodeValue: string;
        parent: Element;
        parentNode: Element;
        prev: null | Element;
        previousSibling: Element;
        startIndex?: number;
        tagName: string;
        type: "script" | "style" | "tag";
        "x-attribsNamespace": { [attr: string]: string };
        "x-prefixNamespace": { [attr: string]: string };
    }
    Index

    Properties

    attribs: { [attr: string]: string }
    childNodes: null | Element[]
    children: Element[]
    data?: string
    endIndex?: number
    firstChild: null | Element
    lastChild: null | Element
    name: string
    next: null | Element
    nextSibling: Element
    nodeValue: string
    parent: Element
    parentNode: Element
    prev: null | Element
    previousSibling: Element
    startIndex?: number
    tagName: string
    type: "script" | "style" | "tag"
    "x-attribsNamespace": { [attr: string]: string }
    "x-prefixNamespace": { [attr: string]: string }