Xivgear Types Documentation
    Preparing search index...
    type GearSlotItem = {
        item: GearItem;
        slot: EquipSlot;
        slotId: keyof EquipmentSet;
    }
    Index

    Properties

    Properties

    item: GearItem
    slot: EquipSlot
    slotId: keyof EquipmentSet