ColorPicker Pass Through
Pass Through documentation for ColorPicker component
Viewer#
Some sections may not be visible due to the availability of the particular feature. Section names that start with the pc prefix indicate that the element is a PrimeReact component not a DOM element.
The component's PT demo referenced as colorpicker-pt is unavailable or does not exist.
ColorPickerRoot PT Options#
Defines passthrough(pt) options of ColorPicker component.
| label | type | description |
|---|---|---|
| root | ColorPickerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerArea PT Options#
Defines passthrough(pt) options of ColorPickerArea component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerAreaBackground PT Options#
Defines passthrough(pt) options of ColorPickerAreaBackground component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaBackgroundPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerAreaThumb PT Options#
Defines passthrough(pt) options of ColorPickerAreaThumb component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerSlider PT Options#
Defines passthrough(pt) options of ColorPickerSlider component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerSliderThumb PT Options#
Defines passthrough(pt) options of ColorPickerSliderThumb component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerSliderTrack PT Options#
Defines passthrough(pt) options of ColorPickerSliderTrack component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderTrackPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerSwatch PT Options#
Defines passthrough(pt) options of ColorPickerSwatch component.
| label | type | description |
|---|---|---|
| root | ColorPickerSwatchPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerSwatchBackground PT Options#
Defines passthrough(pt) options of ColorPickerSwatchBackground component.
| label | type | description |
|---|---|---|
| root | ColorPickerSwatchBackgroundPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerEyeDropper PT Options#
Defines passthrough(pt) options of ColorPickerEyeDropper component.
| label | type | description |
|---|---|---|
| root | ColorPickerEyeDropperPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerInput PT Options#
Defines passthrough(pt) options of ColorPickerInput component.
| label | type | description |
|---|---|---|
| root | ColorPickerInputPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ColorPickerTransparencyGrid PT Options#
Defines passthrough(pt) options of ColorPickerTransparencyGrid component.
| label | type | description |
|---|---|---|
| root | ColorPickerTransparencyGridPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |