ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/image-input/image-input
ImageInputProps
Interface ImageInputProps
interface
ImageInputProps
{
value
:
ImageInputFiles
;
onChange
:
(
value
:
ImageInputFiles
,
addUpdatedIndex
?:
number
[]
)
=>
void
;
children
?:
(
props
:
ImageInputExport
)
=>
ReactNode
;
multiple
?:
boolean
;
maxNumber
?:
number
;
acceptType
?:
string
[]
;
dataURLKey
?:
string
;
inputProps
?:
HTMLProps
<
HTMLInputElement
>
;
}
Index
Properties
value
on
Change
children?
multiple?
max
Number?
accept
Type?
data
URL
Key?
input
Props?
Properties
value
value
:
ImageInputFiles
on
Change
onChange
:
(
value
:
ImageInputFiles
,
addUpdatedIndex
?:
number
[]
)
=>
void
Optional
children
children
?:
(
props
:
ImageInputExport
)
=>
ReactNode
Optional
multiple
multiple
?:
boolean
Optional
max
Number
maxNumber
?:
number
Optional
accept
Type
acceptType
?:
string
[]
Optional
data
URL
Key
dataURLKey
?:
string
Optional
input
Props
inputProps
?:
HTMLProps
<
HTMLInputElement
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
value
on
Change
children
multiple
max
Number
accept
Type
data
URL
Key
input
Props
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...