Interface AdminCommandResultJSONPacket
interface AdminCommandResultJSONPacket {
cmd: "PrintJSON";
data: JSONMessagePart[];
type: "AdminCommandResult";
}
cmd: "PrintJSON";
data: JSONMessagePart[];
type: "AdminCommandResult";
}
Properties
Readonlycmd
cmd
Readonlydata
All the textual metadata for this packet.
Readonlytype
type
The PrintJSONPacket subtype.
Sent to relevant clients to broadcast the result of an admin command.
See
PrintJSONPacket for all possible
PrintJSONpacket subtypes.