The instantiation options for an event manager.

interface IOptions {
    serverSettings?: ServerConnection.ISettings;
    standby?: Standby | () => boolean | Standby;
}

Properties

serverSettings?: ServerConnection.ISettings

The server settings used to make API requests.

standby?: Standby | () => boolean | Standby

When the manager stops polling the API. Defaults to when-hidden.