AboutSupportDeveloper GuideVersion 36.122.80.10

Generated when a platform.ApplySnapshot call is resolved.

Remarks

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.

Hierarchy

  • SnapshotAppliedEvent

Properties

Properties

topic: "application"

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

Remarks

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

Remarks

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