Search


Search something to see results

GridTemplateFuncToken

Grid template function token

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

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

chi: Token[]

function children

parent?: any

parent node

token type

val: string

function name