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