@owservable/actions
Preparing search index...
ActionInterface
Interface ActionInterface
interface
ActionInterface
{
description
()
:
string
;
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
;
}
Hierarchy (
View Summary
)
ActionInterface
ActionAsWorkerInterface
ActionAsWatcherInterface
ActionAsCommandInterface
ActionAsCronjobInterface
ActionAsControllerInterface
Index
Methods
description
handle
Methods
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
description
handle
@owservable/actions
Loading...