The item's state.

interface ItemState {
    quantity: number;
    state: StateKeyReference;
}

Properties

Properties

quantity: number

Maps to ItemState.state.