Search


Search something to see results

NameSpaceAttributeToken

Name space attribute token

interface NameSpaceAttributeToken {
    "[ROOT]"?: AstStyleSheet;
    l?: Token;
    parent?: any;
    r: Token;
    typ: NameSpaceAttributeTokenType;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet

root node

l?: Token
parent?: any

parent node

token type