Constructors
Private constructor
Defined in data/configuration.ts:255
Parameters
Accessors
length
Defined in data/configuration.ts:283
Returns number
Methods
__@iterator
Defined in data/configuration.ts:268
Returns Iterator < Catalog >
find
Defined in data/configuration.ts:292
Parameters
Returns Catalog
|
undefined
iter
Defined in data/configuration.ts:275
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
A catalog collection contains a set of catalogs, that can be accessed with an AttributeDefinition, an InspectionPlanItem or a catalog id. It's possible to iterate over the catalogs like the following:
for (let catalog of catalogs) { ... }