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