Search


Search something to see results

DivToken

Div token

interface DivToken {
    "[ROOT]"?: AstStyleSheet | null;
    parent?: any;
    typ: Div;
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

parent?: any

parent node

typ: Div

token type