replace-react-color API - v4.1.2
Preparing search index...
EditableInputProps
Interface EditableInputProps
interface
EditableInputProps
{
arrowOffset
?:
number
;
dragLabel
?:
boolean
;
dragMax
?:
number
;
hideLabel
?:
boolean
;
label
?:
string
;
onChange
?:
(
value
:
any
,
e
:
any
)
=>
void
;
placeholder
?:
string
;
style
?:
{
input
?:
CSSProperties
;
label
?:
CSSProperties
;
wrap
?:
CSSProperties
;
}
;
value
:
string
|
number
;
}
Index
Properties
arrow
Offset?
drag
Label?
drag
Max?
hide
Label?
label?
on
Change?
placeholder?
style?
value
Properties
Optional
arrow
Offset
arrowOffset
?:
number
Optional
drag
Label
dragLabel
?:
boolean
Optional
drag
Max
dragMax
?:
number
Optional
hide
Label
hideLabel
?:
boolean
Optional
label
label
?:
string
Optional
on
Change
onChange
?:
(
value
:
any
,
e
:
any
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
style
style
?:
{
input
?:
CSSProperties
;
label
?:
CSSProperties
;
wrap
?:
CSSProperties
}
value
value
:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arrow
Offset
drag
Label
drag
Max
hide
Label
label
on
Change
placeholder
style
value
replace-react-color API - v4.1.2
Loading...