BootCell
Preparing search index...
FileUploader
Class FileUploader
Hierarchy (
View Summary
)
WebFileField
HTMLElement
FileUploader
Implements
WebFileField
Index
Constructors
constructor
Properties
default
Value?
props
value?
Accessors
accept
multiple
pick
Index
store
Methods
emit
Files
handle
Add
handle
Change
handle
Drop
mounted
Callback
render
render
Content
update
Files
Constructors
constructor
new
FileUploader
()
:
FileUploader
Returns
FileUploader
Properties
Optional
default
Value
defaultValue
?:
string
|
string
[]
props
props
:
FileUploaderProps
Optional
value
value
?:
string
|
string
[]
Accessors
accept
accept
:
any
multiple
multiple
:
any
pick
Index
pickIndex
:
any
store
store
:
any
Methods
emit
Files
emitFiles
(
files
?:
string
[]
)
:
void
Parameters
Optional
files
:
string
[]
Returns
void
handle
Add
handleAdd
()
:
Promise
<
void
>
Returns
Promise
<
void
>
handle
Change
handleChange
(
oldURI
?:
string
,
)
:
(
event
:
CustomEvent
<
{
file
?:
File
;
value
:
string
}
>
)
=>
any
Parameters
oldURI
:
string
= ''
Returns
(
event
:
CustomEvent
<
{
file
?:
File
;
value
:
string
}
>
)
=>
any
handle
Drop
handleDrop
(
index
:
number
)
:
(
event
:
DragEvent
)
=>
void
Parameters
index
:
number
Returns
(
event
:
DragEvent
)
=>
void
mounted
Callback
mountedCallback
()
:
void
Called at first time of DOM tree updated
Returns
void
render
render
()
:
VNode
Returns
VNode
render
Content
renderContent
()
:
VNode
Returns
VNode
update
Files
updateFiles
(
value
:
string
|
string
[]
)
:
void
Parameters
value
:
string
|
string
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Value
props
value
Accessors
accept
multiple
pick
Index
store
Methods
emit
Files
handle
Add
handle
Change
handle
Drop
mounted
Callback
render
render
Content
update
Files
BootCell
Loading...
Called at first time of DOM tree updated