Search
Loading...
Skip to content

Interface: ColorInputOptions

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#

Properties#

PropertyTypeInherited from
inputLabel?stringstring[]
inputLabelPosition?"top""left"
valueColorInputOptions.value
setValue(value) => voidInputOptions.setValue
isDisabled?booleanInputOptions.isDisabled
suffix?Partial<Omit<ButtonOptions, "label""inputLabel"
label?stringstring[]