Type alias Params_W2A_connection_announcePresence

Params_W2A_connection_announcePresence: { id: string; name: string; networkId: string; origin: string; type: "window" | "extension" }

Waellet-to-aepp parameters of "connection.announcePresence" cast

(layer 4)

Example

{id        : "{aee9e933-52b6-410a-8c3f-99c6be596b4e}",
name : "Superhero",
networkId : "ae_uat",
origin : "moz-extension://ee425d81-d5b2-44b6-9406-4da31b019e7c",
type : "extension"}

Type declaration

  • id: string
  • name: string
  • networkId: string
  • origin: string
  • type: "window" | "extension"

Generated using TypeDoc