Type Alias CameraPanEvent

CameraPanEvent: { type: "pan" } & CameraPanEventPayload

The type of the camera pan event. The type is for discriminating the event type when the all event is triggered.