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

Properties

eventData: object

The data of the event

eventDataUuids: string[]

The keys of the event data that are Documents

eventName: RegionEventType

The name of the event (see CONST.REGION_EVENTS)

regionUuid: string

The UUID of the Region the event was triggered on

userId: string

The ID of the User that triggered the event