EnumOption

data class EnumOption(val const: String, val title: String)(source)

Represents an enum option with a value and a display label.

Used in TitledSingleSelectEnumSchema and TitledMultiSelectEnumSchema.

Constructors

Link copied to clipboard
constructor(const: String, title: String)

Properties

Link copied to clipboard

The enum value.

Link copied to clipboard

Display label for this option.