@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface BaseEventOptions

    Base configuration for all events

    interface BaseEventOptions {
        eventType: EventType;
        parameters?: Record<string, unknown>;
        reason?: string;
        to?: ToOptions;
    }
    Index

    Properties

    eventType: EventType

    Event type

    parameters?: Record<string, unknown>

    Event parameters

    reason?: string

    Reason for the event

    Target information