Search


Search something to see results

NameSpaceAttributeToken

Name space attribute token

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

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

l?: Token

Left handle

parent?: any

parent node

Right handle

token type