For the complete documentation index, see llms.txt. This page is also available as Markdown.

ServicesConfiguratorUiCallback.Internal.CatalogItemPtrList

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new CatalogItemPtrList()

Inherited from

EmsList<CatalogItem>.constructor

Methods

get

get(index): CatalogItem

Parameters

Name
Type

index

number

Returns

CatalogItem

Inherited from

EmsList.get


push_back

push_back(element): void

Parameters

Name
Type

element

CatalogItem

Returns

void

Inherited from

EmsList.push_back


size

size(): number

Returns

number

Inherited from

EmsList.size

Last updated