interface SocketRegionEvent {
    regionUuid: string;
    userId: string;
    eventName: string;
    eventData: object;
    eventDataUuids: string[];
}

Properties

regionUuid: string

The UUID of the Region the event was triggered on

userId: string

The ID of the User that triggered the event

eventName: string

The name of the event

eventData: object

The data of the event

eventDataUuids: string[]

The keys of the event data that are Documents