BSB Node.js Type Definitions
    Preparing search index...

    Interface BSBEventSchemas

    Complete event schema definition for a plugin with full type safety. In v9+, use createEventSchemas() instead of 'as const' for type safety.

    Index

    Properties

    Events this plugin emits (fire-and-forget)

    Events this plugin listens to (fire-and-forget)

    emitReturnableEvents?: ReturnableEventSchemas

    Returnable events this plugin emits

    onReturnableEvents?: ReturnableEventSchemas

    Returnable events this plugin listens to

    emitBroadcast?: BroadcastEventSchemas

    Broadcast events this plugin emits

    onBroadcast?: BroadcastEventSchemas

    Broadcast events this plugin listens to