Search


Search something to see results

FunctionToken

Function token

interface FunctionToken {
    "[ROOT]"?: AstStyleSheet | null;
    chi: Token[];
    parent?: any;
    typ:
        | FunctionTokenType
        | TimelineFunctionTokenType
        | TimingFunctionTokenType
        | UrlFunctionTokenType
        | ImageFunctionTokenType
        | PseudoClassFuncTokenType
        | ColorTokenType
        | GridTemplateFuncTokenType
        | MathFunctionTokenType
        | TransformFunctionTokenType
        | GeneralEnclosedFunctionTokenType
        | WildCardFunctionTokenType;
    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

function type

val: string

function name