interface AttributeSelector {
    end: number;
    flags: null | string;
    matcher: null | string;
    name: string;
    start: number;
    type: "AttributeSelector";
    value: null | string;
}

Hierarchy (View Summary)

Properties

end: number
flags: null | string
matcher: null | string
name: string
start: number
type: "AttributeSelector"
value: null | string