Skip to main content

Interface: ICluster

Defined in: type/ICluster.ts:12

Base interface for cluster entities

Properties

categoryIds

categoryIds: number[]

Defined in: type/ICluster.ts:23

All category IDs this base product belongs to


id

id: number

Defined in: type/ICluster.ts:14

Cluster identifier


priority?

optional priority?: number

Defined in: type/ICluster.ts:16

Cluster priority


type

type: ProductClass

Defined in: type/ICluster.ts:21

Discriminator that distinguishes between a product and a cluster within the shared catalogue.


uuid

uuid: string

Defined in: type/ICluster.ts:19

Globally unique identifier for the product or cluster.