@owservable/actions
Preparing search index...
ActionAsWorkerInterface
Interface ActionAsWorkerInterface
interface
ActionAsWorkerInterface
{
asWorker
()
:
Promise
<
void
>
;
asWorkerInit
?
()
:
Promise
<
void
>
;
description
()
:
string
;
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
;
}
Hierarchy (
View Summary
)
ActionInterface
ActionAsWorkerInterface
Index
Methods
as
Worker
as
Worker
Init?
description
handle
Methods
as
Worker
asWorker
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Optional
as
Worker
Init
asWorkerInit
?
()
:
Promise
<
void
>
Returns
Promise
<
void
>
description
description
()
:
string
Returns
string
handle
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
Parameters
...
args
:
any
[]
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
as
Worker
as
Worker
Init
description
handle
@owservable/actions
Loading...