FunctionURLToken
interface FunctionURLToken {
"[ROOT]"?: AstStyleSheet | null;
chi: (StringToken | CommentToken | UrlToken)[];
parent?: any;
typ: UrlFunctionTokenType;
val: "url";
[key: number]: string | undefined;
}
"[ROOT]"?: AstStyleSheet | null;
chi: (StringToken | CommentToken | UrlToken)[];
parent?: any;
typ: UrlFunctionTokenType;
val: "url";
[key: number]: string | undefined;
}
Hierarchy (View Summary)
- BaseToken
- FunctionURLToken
Indexable
-
[key: number]: string | undefined
Function URL token