AboutSupportDeveloper GuideVersion 38.126.82.64

Rules for domain-conditional fin API injection.

Remarks

Subset of DomainSettings.

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

Properties

Properties

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.

Default Value

'global'
permissions?: Permissions

API permissions for domains matched to the current DomainSettingsRule.

Remarks

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