Static text

interface Text {
    data: string;
    end: number;
    raw: string;
    start: number;
    type: "Text";
}

Hierarchy (View Summary)

Properties

Properties

data: string

Text with decoded HTML entities

end: number
raw: string

The original text, with undecoded HTML entities

start: number
type: "Text"