ServerApi.broadcast() method
Signature:
broadcast(type: string | number, message: any, exclude?: string[]): void;
Parameters
Parameter |
Type |
Description |
---|---|---|
type |
string | number | |
message |
any | |
exclude |
string[] |
(Optional) |
void