Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/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
allow
Clear
?:
boolean
Optional
color
color
?:
string
Optional
colors
In
Palette
Row
colors
In
Palette
Row
?:
number
Optional
error
Message
error
Message
?:
ReactNode
Optional
is
Disabled
is
Disabled
?:
boolean
Optional
is
Read
Only
is
Read
Only
?:
boolean
Optional
on
Change
on
Change
?:
(
(
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
Юниверс MDM SDK UI
Loading...
Public