interface TitleElement {
    attributes: (Attribute | SpreadAttribute | Directive)[];
    end: number;
    fragment: Fragment;
    name: "title";
    start: number;
    type: "TitleElement";
}

Hierarchy (View Summary)

Properties

attributes: (Attribute | SpreadAttribute | Directive)[]
end: number
fragment: Fragment
name: "title"
start: number
type: "TitleElement"