Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 332 Bytes

types.md

File metadata and controls

17 lines (15 loc) · 332 Bytes

Type Structures

Events

BorderMessageEvent

Received when the message event on border.runtime is fired.

{
  "bubbles": false,
  "cancelable": false,
  "message": "[this string includes the message]",
  "sender": {
    "id": "...",
    "reply": function Anonymous(reply) { ... }
  }
}