@tbela99/css-parser
    Preparing search index...

    Interface FunctionURLToken

    Function URL token

    interface FunctionURLToken {
        chi: (StringToken | CommentToken | UrlToken)[];
        loc?: Location;
        parent?: any;
        tokens?: Token[] | null;
        typ: UrlFunctionTokenType;
        val: "url";
    }

    Hierarchy (View Summary)

    Index

    Properties

    loc?: Location

    location info

    parent?: any

    parent node

    tokens?: Token[] | null

    prelude or selector tokens

    token type

    val: "url"