Represents options for a color input.
The ColorInputOptions interface provides a set of properties that control the
behavior and appearance of a color input. These options include settings for the
input label, input label position, value, value setter, disabled state, label, and suffix.
Extends#
InputOptions<Color>
Properties#
| Property | Type | Inherited from |
|---|---|---|
label? | string | string[] |
inputLabel? | string | string[] |
inputLabelPosition? | "top" | "left" |
value | Color | InputOptions.value |
setValue | (value) => void | InputOptions.setValue |
isDisabled? | boolean | InputOptions.isDisabled |
suffix? | Partial | InputOptions.suffix |