Skip to content

Interface: CatalogCategoryVersion<Entity>#

Common.Catalog.CatalogCategoryVersion

Type parameters#

Name Type
Entity extends CatalogEntity

Table of contents#

Properties#

Properties#

entityClass#

entityClass: CatalogEntityConstructor<Entity>

The constructor for the entities.


name#

name: string

The specific version that the associated constructor is for. This MUST be a DNS label and SHOULD be of the form vN, vNalphaY, or vNbetaY where N and Y are both integers greater than 0.

Examples: The following are valid values for this field. - v1 - v1beta1 - v1alpha2 - v3beta2