Interface

InputOption

engine.InputOption

Base option type for input components

Properties:
Name Type Attributes Description
text string

The display text for the option

value string | number

The value associated with the option

disabled StringOrBoolean <optional>

Whether the option is disabled

className string <optional>

CSS class name for styling the option

icon string <optional>

Icon to display with the option

View Source lib/engine/interfaces.ts, line 167