Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
sheet-mui/src
CustomColorPanelProps
Interface CustomColorPanelProps
This is a standard color panel.
interface
CustomColorPanelProps
{
disableAlpha
?:
boolean
;
onColorChange
:
(
(
color
)
=>
void
)
;
renderers
?:
any
;
selectedColor
:
string
;
}
Hierarchy
HTMLAttributes
<
HTMLElement
>
CustomColorPanelProps
Index
Properties
disable
Alpha?
on
Color
Change
renderers?
selected
Color
Properties
Optional
disable
Alpha
disable
Alpha
?:
boolean
Defaults to false
on
Color
Change
on
Color
Change
:
(
(
color
)
=>
void
)
Type declaration
(
color
)
:
void
Parameters
color
:
string
Returns
void
Optional
renderers
renderers
?:
any
selected
Color
selected
Color
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
disable
Alpha
on
Color
Change
renderers
selected
Color
SheetXL - v0.1.84
Loading...
This is a standard color panel.