Home > @magiclane/maps-sdk > ContentStoreItemList

ContentStoreItemList class

Signature:

export declare class ContentStoreItemList extends GemList<ContentStoreItem> 

Extends: GemList<ContentStoreItem>

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ContentStoreItemList class.

Methods

Method

Modifiers

Description

add(item)

Adds a ContentStoreItem to the list

create()

static

Creates a new ContentStoreItemList instance

fromJsonList(items)

static

Creates a ContentStoreItemList from JSON (array of item JSON objects)

fromList(items)

static

Creates a ContentStoreItemList from an array of items