interface Mention {
    data?: CommonData;
    decoded: DecodeResult;
    encoded: string;
    position?: Position;
    type: "mention";
}

Hierarchy (view full)

Properties

data?: CommonData
decoded: DecodeResult
encoded: 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

Node type.