FunctionToken
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;
}
"[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)
- BaseToken
- FunctionToken
Indexable
-
[key: number]: string | undefined
Index
Properties
Properties
Optional[ ROOT]
root node
chi
function children
Optionalparent
parent?: any
parent node
typ
typ:
| FunctionTokenType
| TimelineFunctionTokenType
| TimingFunctionTokenType
| UrlFunctionTokenType
| ImageFunctionTokenType
| PseudoClassFuncTokenType
| ColorTokenType
| GridTemplateFuncTokenType
| MathFunctionTokenType
| TransformFunctionTokenType
| GeneralEnclosedFunctionTokenType
| WildCardFunctionTokenType
| FunctionTokenType
| TimelineFunctionTokenType
| TimingFunctionTokenType
| UrlFunctionTokenType
| ImageFunctionTokenType
| PseudoClassFuncTokenType
| ColorTokenType
| GridTemplateFuncTokenType
| MathFunctionTokenType
| TransformFunctionTokenType
| GeneralEnclosedFunctionTokenType
| WildCardFunctionTokenType
function type
val
val: string
function name
Function token