Search


Search something to see results

DashedIdentToken

Dashed ident token

interface DashedIdentToken {
    "[ROOT]"?: AstStyleSheet;
    parent?: any;
    typ: DashedIdenTokenType;
    val: string;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet

root node

parent?: any

parent node

ident type

val: string

ident value