Interface: Api
Entry point for events in Smokeball.Methods
open()
open(Opens the specified event.eventId):void
Parameters
eventId
string
the event to open.
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
open(Opens the specified event.eventId):void
string
the event to open.
void
// Opens the event with the specified id.
await sdk.events.open('d2e8aea9-e201-4be7-bbe6-a4f64cc491ab');