Skip to main content

Interface: MessagePayload<T>

Type Parameters

Type ParameterDefault type
Tunknown | undefined

Properties

data

data: T;

key?

optional key: string[];

type

type: 
| "get"
| "off"
| "on"
| "ping"
| "pong"
| "update";
Robo.js Logo

MIT © 2024 Robo.js By WavePlay