Itemstype
ImmutableArray<Item<I, T>>
| Type | |
|---|---|
ImmutableArray | Immutable array: an array that cannot be changed. |
Item | An item object is a data object that includes an "id" identifier property that is either a string or number. |
An array of item objects.