Skip to main content

Enumeration: AttributeType

Defined in: enum/AttributeType.ts:5

AttributeType Types of attributes supported in the system

Enumeration Members

COLOR

COLOR: "COLOR"

Defined in: enum/AttributeType.ts:11

Color attribute type for hex/rgb values


DATETIME

DATETIME: "DATETIME"

Defined in: enum/AttributeType.ts:13

Date and time attribute type


DECIMAL

DECIMAL: "DECIMAL"

Defined in: enum/AttributeType.ts:17

Decimal/float number attribute type


ENUM

ENUM: "ENUM"

Defined in: enum/AttributeType.ts:9

Enumeration attribute type with predefined values


INT

INT: "INT"

Defined in: enum/AttributeType.ts:15

Integer number attribute type


TEXT

TEXT: "TEXT"

Defined in: enum/AttributeType.ts:7

Text/string attribute type