Type Alias LocationJSONMessagePart
LocationJSONMessagePart : { 
player: number;
text: string;
type: "location_id" | "location_name";
}
player: number;
text: string;
type: "location_id" | "location_name";
}
Type declaration
- Readonlyplayer: number- The - idof the player who has this location.
- Readonlytext: string- Used to supply text data for this node. 
- Readonlytype: "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.