AppleSauce
    Preparing search index...
    interface Link {
        data?: CommonData;
        href: string;
        position?: Position;
        type: "link";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data?: CommonData
    href: string
    position?: Position

    Position of a node in a source document.

    Nodes that are generated (not in the original source document) must not have a position.

    type: "link"

    Node type.

    value: string