An option in a body part's "Item Held" dropdown.

interface HoldableOption {
    id: string;
    name: string;
}

Properties

Properties

id: string

The gear item's id (the option value).

name: string

The gear item's display name.