Search


Search something to see results

FunctionURLToken

Function URL token

interface FunctionURLToken {
    "[ROOT]"?: AstStyleSheet | null;
    chi: (StringToken | CommentToken | UrlToken)[];
    parent?: any;
    typ: UrlFunctionTokenType;
    val: "url";
    [key: number]: string | undefined;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: string | undefined

Index

Properties

"[ROOT]"?: AstStyleSheet | null

root node

function children

parent?: any

parent node

token type

val: "url"

function name