UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

17 lines (11 loc) 559 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [PlayerUIEventPayloads](./server.playeruieventpayloads.md) &gt; ["PLAYER\_UI.SEND\_DATA"](./server.playeruieventpayloads._player_ui.send_data_.md) ## PlayerUIEventPayloads."PLAYER\_UI.SEND\_DATA" property Emitted when data is sent from the server to the player's client UI. **Signature:** ```typescript [PlayerUIEvent.SEND_DATA]: { playerUI: PlayerUI; data: Record<string, any>; }; ```