Hierarchy

  • BaseMongoEntity
    • AttributeEntity

Implements

Constructors

Properties

categoryIds?: string[]

Category IDs

customFields: Record<string, unknown>

Custom Fields

groupName?: string

Group name

itemGroups?: AttributeItemGroup[]

List of groups for select options, used when type is 'Select' or 'MultiSelect'

items?: AttributeItem[]

List of select options, used when type is 'Select' or 'MultiSelect'

name: string

Name of the attribute

order?: number

Order of attribute

type: "Boolean" | "Number" | "Text" | "Select" | "MultiSelect" | "Date"

Attribute type

Generated using TypeDoc