phoenix_live_view
Preparing search index...
<internal>
default
Class default
Index
Constructors
constructor
Properties
_
is
Cancelled
_
is
Done
_
last
Progress
Sent
_
on
Cancel
_
on
Done
_
on
El
Updated
_
progress
auto
Upload
file
file
El
meta
ref
view
Methods
cancel
error
is
Auto
Upload
is
Cancelled
is
Done
metadata
on
Cancel
on
Done
on
El
Updated
progress
to
Preflight
Payload
uploader
zip
Post
Flight
is
Active
is
Preflighted
is
Preflight
In
Progress
mark
Preflight
In
Progress
Constructors
constructor
new
default
(
fileEl
:
any
,
file
:
any
,
view
:
any
,
autoUpload
:
any
)
:
default
Parameters
fileEl
:
any
file
:
any
view
:
any
autoUpload
:
any
Returns
default
Properties
_
is
Cancelled
_isCancelled
:
boolean
_
is
Done
_isDone
:
boolean
_
last
Progress
Sent
_lastProgressSent
:
number
_
on
Cancel
_onCancel
:
()
=>
void
_
on
Done
_onDone
:
()
=>
void
_
on
El
Updated
_onElUpdated
:
any
_
progress
_progress
:
number
auto
Upload
autoUpload
:
any
file
file
:
any
file
El
fileEl
:
any
meta
meta
:
any
ref
ref
:
any
view
view
:
any
Methods
cancel
cancel
()
:
void
Returns
void
error
error
(
reason
?:
string
)
:
void
Parameters
reason
:
string
= "failed"
Returns
void
is
Auto
Upload
isAutoUpload
()
:
any
Returns
any
is
Cancelled
isCancelled
()
:
boolean
Returns
boolean
is
Done
isDone
()
:
boolean
Returns
boolean
metadata
metadata
()
:
any
Returns
any
on
Cancel
onCancel
(
callback
:
any
)
:
void
Parameters
callback
:
any
Returns
void
on
Done
onDone
(
callback
:
any
)
:
void
Parameters
callback
:
any
Returns
void
on
El
Updated
onElUpdated
()
:
void
Returns
void
progress
progress
(
progress
:
any
)
:
void
Parameters
progress
:
any
Returns
void
to
Preflight
Payload
toPreflightPayload
()
:
{
last_modified
:
any
;
meta
:
any
;
name
:
any
;
ref
:
any
;
relative_path
:
any
;
size
:
any
;
type
:
any
;
}
Returns
{
last_modified
:
any
;
meta
:
any
;
name
:
any
;
ref
:
any
;
relative_path
:
any
;
size
:
any
;
type
:
any
;
}
uploader
uploader
(
uploaders
:
any
)
:
{
callback
:
any
;
name
:
any
}
Parameters
uploaders
:
any
Returns
{
callback
:
any
;
name
:
any
}
zip
Post
Flight
zipPostFlight
(
resp
:
any
)
:
void
Parameters
resp
:
any
Returns
void
Static
is
Active
isActive
(
fileEl
:
any
,
file
:
any
)
:
boolean
Parameters
fileEl
:
any
file
:
any
Returns
boolean
Static
is
Preflighted
isPreflighted
(
fileEl
:
any
,
file
:
any
)
:
boolean
Parameters
fileEl
:
any
file
:
any
Returns
boolean
Static
is
Preflight
In
Progress
isPreflightInProgress
(
file
:
any
)
:
boolean
Parameters
file
:
any
Returns
boolean
Static
mark
Preflight
In
Progress
markPreflightInProgress
(
file
:
any
)
:
void
Parameters
file
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
is
Cancelled
_
is
Done
_
last
Progress
Sent
_
on
Cancel
_
on
Done
_
on
El
Updated
_
progress
auto
Upload
file
file
El
meta
ref
view
Methods
cancel
error
is
Auto
Upload
is
Cancelled
is
Done
metadata
on
Cancel
on
Done
on
El
Updated
progress
to
Preflight
Payload
uploader
zip
Post
Flight
is
Active
is
Preflighted
is
Preflight
In
Progress
mark
Preflight
In
Progress
phoenix_live_view
Loading...