ColorPaletteProps
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:17
Properties
Section titled “Properties”currentColor
Section titled “currentColor”currentColor:
string
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:19
defaultExpanded?
Section titled “defaultExpanded?”
optionaldefaultExpanded?:boolean
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:24
Whether the palette starts expanded
Default
Section titled “Default”falseonSelect
Section titled “onSelect”onSelect: (
color) =>void
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:20
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
palette
Section titled “palette”palette:
PaletteColor[]
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:18
title?
Section titled “title?”
optionaltitle?:string
Defined in: src/components/controls/ColorPicker/ColorPalette.tsx:22
Title displayed in the collapsible header
Default
Section titled “Default”"Palette"