🔧 SDK ReferenceReactHooksuseEventuseEventListen to an event.SyntaxuseEvent();ParametersNameTypeDescriptioneventNamestringThe name of the event to listen to.callbackfunctionThe callback to call when the event is triggered.ExampleuseEvent('onKeyDown', event => { console.log('key down!', event);});Available on: Client Server