Preparing search index...
The search index is not available
devfive front components
devfive front components
test
WebSocketEvents
Interface WebSocketEvents
interface
WebSocketEvents
{
onCollected
?:
(
(
files
?
)
=>
Awaitable
<
void
>
)
;
onFinished
?:
(
(
files
?
,
errors
?
)
=>
Awaitable
<
void
>
)
;
onPathsCollected
?:
(
(
paths
?
)
=>
Awaitable
<
void
>
)
;
onTaskUpdate
?:
(
(
packs
)
=>
Awaitable
<
void
>
)
;
onUserConsoleLog
?:
(
(
log
)
=>
Awaitable
<
void
>
)
;
onCancel
(
reason
)
:
void
;
}
Hierarchy
Pick
<
Reporter
,
"onCollected"
|
"onFinished"
|
"onTaskUpdate"
|
"onUserConsoleLog"
|
"onPathsCollected"
>
WebSocketEvents
Index
Properties
on
Collected?
on
Finished?
on
Paths
Collected?
on
Task
Update?
on
User
Console
Log?
Methods
on
Cancel
Properties
Optional
on
Collected
on
Collected
?:
(
(
files
?
)
=>
Awaitable
<
void
>
)
Type declaration
(
files
?
)
:
Awaitable
<
void
>
Parameters
Optional
files
:
File
[]
Returns
Awaitable
<
void
>
Optional
on
Finished
on
Finished
?:
(
(
files
?
,
errors
?
)
=>
Awaitable
<
void
>
)
Type declaration
(
files
?
,
errors
?
)
:
Awaitable
<
void
>
Parameters
Optional
files
:
File
[]
Optional
errors
:
unknown
[]
Returns
Awaitable
<
void
>
Optional
on
Paths
Collected
on
Paths
Collected
?:
(
(
paths
?
)
=>
Awaitable
<
void
>
)
Type declaration
(
paths
?
)
:
Awaitable
<
void
>
Parameters
Optional
paths
:
string
[]
Returns
Awaitable
<
void
>
Optional
on
Task
Update
on
Task
Update
?:
(
(
packs
)
=>
Awaitable
<
void
>
)
Type declaration
(
packs
)
:
Awaitable
<
void
>
Parameters
packs
:
TaskResultPack
[]
Returns
Awaitable
<
void
>
Optional
on
User
Console
Log
on
User
Console
Log
?:
(
(
log
)
=>
Awaitable
<
void
>
)
Type declaration
(
log
)
:
Awaitable
<
void
>
Parameters
log
:
UserConsoleLog
Returns
Awaitable
<
void
>
Methods
on
Cancel
on
Cancel
(
reason
)
:
void
Parameters
reason
:
CancelReason
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
on
Collected
on
Finished
on
Paths
Collected
on
Task
Update
on
User
Console
Log
on
Cancel
devfive front components
index
test
Generated using
TypeDoc