Type Alias LocationJSONMessagePart
LocationJSONMessagePart : {
player: number;
text: string;
type: "location_id" | "location_name";
}
player: number;
text: string;
type: "location_id" | "location_name";
}
Type declaration
Readonly
player: numberThe
id
of the player who has this location.Readonly
text: stringUsed to supply text data for this node.
Readonly
type: "location_id" | "location_name"Used to denote the intent of the message part.
See
JSONMessagePart for all possible message part node subtypes.
A textual node containing location metadata.