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

    Interface SnapshotAppliedEvent

    Generated when a platform.ApplySnapshot call is resolved.

    The call is resolved when the following conditions are met for all windows in the snapshot:

    1. The window has been created
    2. The window has a responsive API
    3. If a window has a layout property, the 'layout-ready' event has fired

    Note - In the case of using a custom provider, if a window has a layout property but does not call Layout.init this event may not fire.

    interface SnapshotAppliedEvent {
        snapshot: Snapshot;
        topic: "application";
        type: "platform-snapshot-applied";
    }
    Index
    snapshot: Snapshot
    topic: "application"

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

    OpenFin.Frame is represented as iframe.

    type: "platform-snapshot-applied"

    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).