Search


Search something to see results

EndMatchToken

End match token

interface EndMatchToken {
    "[ROOT]"?: AstStyleSheet;
    parent?: any;
    typ: EndMatchTokenType;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet

root node

parent?: any

parent node

end match type