Skip to main content
@smokeballdev/smokeball-client-sdk

Interface: Api

Entry point for events in Smokeball.

Methods

open()

open(eventId): void
Opens the specified event.

Parameters

eventId
string the event to open.

Returns

void

Example

// Opens the event with the specified id.
await sdk.events.open('d2e8aea9-e201-4be7-bbe6-a4f64cc491ab');