Regrip API / session/smartCubeSession / SmartCubeSessionEvent
Type Alias: SmartCubeSessionEvent
SmartCubeSessionEvent =
Exclude<SmartCubeEvent, {type:"GYRO"; }> |SessionGyroEvent|VirtualRegripEvent|CustomTriggerEvent|ShakeTriggerEvent|MoveGapEvent
Defined in: packages/core/src/session/smartCubeSession.ts:86
Union of raw cube events and session-derived events.