Search


Search something to see results

NotToken

Media feature not token

interface NotToken {
    "[ROOT]"?: AstStyleSheet | null;
    parent?: any;
    typ: NotTokenType;
    val: Token;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

parent?: any

parent node

token type

val: Token

Media feature