AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias UrlRestoreSettings

    Domain-settings policy that replaces a matched live URL with a configured start URI.

    type UrlRestoreSettings = {
        url: string;
    }
    Index
    url: string

    Absolute replacement URL. Full URL replace, not prefix rewrite.