Evergage Core API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the configuration defined in the system of a specific itemType in the catalog.

Hierarchy

  • CatalogItemConfig

Index

Properties

Optional attributeConfigs

attributeConfigs: AttributeConfig[]

An arrayList of AttributeConfig for the attributes defined for this itemType Note - this is the same as what is returned by findCatalogItemAttributes(itemType) or findDimensionAttributes(dimensionId)

Optional catalogRelationships

catalogRelationships: object

Describes directional relationships between this Object type and another. Keyed by the other type's name

Type declaration

description

description: string

The configured description of the itemType

enabled

enabled: boolean

Indicates if the item is active in the system.

label

label: string

The configured label used in the UI for the itemType

Optional linkedDimensions

linkedDimensions: string[]

An arrayList of the dimensionIds configured for this itemType

Deprecated, use catalogRelationships instead.

name

name: string

The name (id) of the itemType

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

Generated using TypeDoc