Loom Engine - v3.1.1
    Preparing search index...

    Interface InventoryGridOptions

    interface InventoryGridOptions {
        capacity: number;
        itemInfo?: (itemId: string) => ItemInfo;
        onChanged?: (slotIndex: number) => void;
    }
    Index

    Properties

    capacity: number
    itemInfo?: (itemId: string) => ItemInfo
    onChanged?: (slotIndex: number) => void