A string representation of an ID that uniquely represents an item in the space.
An ItemId with equal id points to the same item.
The same as the value of ItemHandle.id.
Readonlytype
type:"item"
Returns string "item".
This value can be used to distinguish ItemId and PlayerId.
A reference to an item that can be handled from PlayerScript. When receiving messages sent by PlayerHandle.send, ItemHandle is converted to ItemId.