AboutSupportDeveloper GuideVersion 35.120.79.5

Generated when the layout and all of the its views have been created and can receive API calls.

Hierarchy

  • LayoutReadyEvent

Properties

layoutIdentity: LayoutIdentity
name: string
topic: "window"
type: "layout-ready"
uuid: string
views: {
    error?: Error;
    identity: Identity;
    success: boolean;
}[]

Type declaration

  • Optional error?: Error
  • identity: Identity
  • success: boolean