FunctionURLToken
interface FunctionURLToken {
chi: (StringToken | CommentToken | UrlToken)[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: UrlFunctionTokenType;
val: "url";
}
chi: (StringToken | CommentToken | UrlToken)[];
loc?: Location;
parent?: any;
tokens?: Token[] | null;
typ: UrlFunctionTokenType;
val: "url";
}
Hierarchy (View Summary)
- BaseToken
- FunctionURLToken
Function URL token