AboutSupportDeveloper GuideVersion 33
FrameEvent: {
    topic: "frame";
} & (FrameConnectedEvent | FrameDisconnectedEvent)

Union containing every possible event that can be emitted by a _Frame. Events are discriminated by _Frame.type | their type. Event payloads unique to Frame can be found under the FrameEvents namespace.

Type declaration

  • topic: "frame"