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

    Interface ExtensionsExcludedEvent

    An event that fires when requested extensions are not allowed to be installed in the security realm.

    interface ExtensionsExcludedEvent {
        applicationIdentity: ApplicationIdentity;
        configUrl: string;
        extensions: string[];
        topic: "system";
        type: "extensions-excluded";
    }
    Index
    applicationIdentity: ApplicationIdentity

    Identity of the application that modified the security realm's extensions

    configUrl: string

    Config URL of the application that modified the security realm's extensions

    extensions: string[]

    Runtime extensions whose status has been (possibly) modified

    topic: "system"

    The "kebab-case" classname of the emitter that raised the event.

    OpenFin.Frame is represented as iframe.

    type: "extensions-excluded"

    The type of event that was raised. Equal to the typename of the event payload in "kebab case".

    Guaranteed to be unique within each topic, but can be repeated between topics (e.g. WebContentsEvents.CrashedEvent and ApplicationEvents.CrashedEvent).