Type Alias JSONMessagePart

JSONMessagePart:
    | ItemJSONMessagePart
    | LocationJSONMessagePart
    | ColorJSONMessagePart
    | TextJSONMessagePart

A union of all message node subtypes sent along with PrintJSONPacket, which can be reconstructed into a legible message. Each node is intended to be read in the order provided in the packet.

See each subtype for more specific information.