Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
InputColorPickerProps
Interface InputColorPickerProps
Public
interface
InputColorPickerProps
{
allowClear
?:
boolean
;
color
?:
string
;
colorsInPaletteRow
?:
number
;
errorMessage
?:
ReactNode
;
isDisabled
?:
boolean
;
isReadOnly
?:
boolean
;
onChange
?:
(
color
:
string
)
=>
void
;
palette
?:
string
[]
;
placeholder
?:
string
;
}
Index
Properties
allow
Clear?
color?
colors
In
Palette
Row?
error
Message?
is
Disabled?
is
Read
Only?
on
Change?
palette?
placeholder?
Properties
Optional
allow
Clear
allowClear
?:
boolean
Optional
color
color
?:
string
Optional
colors
In
Palette
Row
colorsInPaletteRow
?:
number
Optional
error
Message
errorMessage
?:
ReactNode
Optional
is
Disabled
isDisabled
?:
boolean
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
on
Change
onChange
?:
(
color
:
string
)
=>
void
Optional
palette
palette
?:
string
[]
Optional
placeholder
placeholder
?:
string
On This Page
Properties
allow
Clear
color
colors
In
Palette
Row
error
Message
is
Disabled
is
Read
Only
on
Change
palette
placeholder
Юниверс DG SDK UI
Loading...
Public