Pass Through documentation for ColorPicker component
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.
Defines passthrough(pt) options of ColorPicker component.
| label | type | description |
|---|---|---|
| root | ColorPickerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerArea component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerAreaBackground component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaBackgroundPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerAreaThumb component.
| label | type | description |
|---|---|---|
| root | ColorPickerAreaThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerSlider component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerSliderThumb component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderThumbPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerSliderTrack component.
| label | type | description |
|---|---|---|
| root | ColorPickerSliderTrackPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerSwatch component.
| label | type | description |
|---|---|---|
| root | ColorPickerSwatchPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerSwatchBackground component.
| label | type | description |
|---|---|---|
| root | ColorPickerSwatchBackgroundPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerEyeDropper component.
| label | type | description |
|---|---|---|
| root | ColorPickerEyeDropperPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerInput component.
| label | type | description |
|---|---|---|
| root | ColorPickerInputPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of ColorPickerTransparencyGrid component.
| label | type | description |
|---|---|---|
| root | ColorPickerTransparencyGridPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |