Type alias ModdedChildrenWithItemName

ModdedChildrenWithItemName: ModdedChildren & {
    itemName?: string;
}

This type represents an element of a list returned by ItemList.toArray(), coupled with some static properties used on various components.

Type declaration

  • Optional itemName?: string

Generated using TypeDoc v0.24.8