Home > @magiclane/maps-sdk > ContentStoreItemList > fromList
ContentStoreItemList.fromList() method
Creates a ContentStoreItemList from an array of items
Signature:
static fromList(items: ContentStoreItem[]): ContentStoreItemList;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
items |
Array of ContentStoreItem |
Returns: