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

    Interface DomainApiSettings

    Rules for domain-conditional fin API injection.

    Subset of DomainSettings.

    interface DomainApiSettings {
        fin?: InjectionType;
        permissions?: Permissions;
    }
    Index

    Injection setting for the fin API for contexts on a matched domain.

    • 'none': The fin API will be not available.
    • 'global': The entire fin API will be available.
    'global'
    
    permissions?: Permissions

    API permissions for domains matched to the current DomainSettingsRule.

    If an application manifest includes this property in DomainSettings.default, then WindowOptions.permissions and ViewOptions.permissions will be ignored.