Skip to main content

ClassificationGroupData

Represents the data structure for a classification group.

Properties

map

map: ModelIdMap

The ModelIdMap that represents the static collection of items within the group.


query?

optional query: ClassificationGroupQuery

Optional query used to dynamically find items using the ItemsFinder. Some groups may only rely on static items.

Methods

get()

get(): Promise <ModelIdMap>

Asynchronously retrieves the combined map of static and dynamically found items.

Returns

Promise <ModelIdMap>