# Enumeration: PARAMETER_KERNEL_TYPE

configurator-core/src/roomle-configurator..PARAMETER_KERNEL_TYPE

# Table of contents

# Enumeration Members

# Enumeration Members

# BOOLTYPE

BOOLTYPE = "Boolean"

# Defined in

packages/common-core/src/utils/parameter-types.ts:14 (opens new window)


# DECIMAL

DECIMAL = "Decimal"

# Defined in

packages/common-core/src/utils/parameter-types.ts:12 (opens new window)


# INTEGER

INTEGER = "Integer"

# Defined in

packages/common-core/src/utils/parameter-types.ts:11 (opens new window)


# MATERIAL

MATERIAL = "Material"

# Defined in

packages/common-core/src/utils/parameter-types.ts:15 (opens new window)


# STRING

STRING = "String"

# Defined in

packages/common-core/src/utils/parameter-types.ts:13 (opens new window)


# UNKNOWN

UNKNOWN = ""

# Defined in

packages/common-core/src/utils/parameter-types.ts:10 (opens new window)