Search


Search something to see results

IdentListToken

Ident list token

interface IdentListToken {
    "[ROOT]"?: AstStyleSheet | null;
    parent?: any;
    typ: IdenListTokenType;
    val: string;
    [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: string

ident list value