map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface ProxyUrlOptions

    Options for the getProxiedUrl function.

    interface ProxyUrlOptions {
        check?: boolean;
        force?: boolean;
    }
    Index

    Properties

    Properties

    check?: boolean

    Return undefined if no proxy server is being used.

    force?: boolean

    Force usage of default proxy if no proxy rule matches the given target URL.