@owservable/actions
Preparing search index...
ActionAsWatcherInterface
Interface ActionAsWatcherInterface
interface
ActionAsWatcherInterface
{
asWatcher
()
:
Promise
<
void
>
;
asWatcherInit
?
()
:
Promise
<
void
>
;
description
()
:
string
;
handle
(
...
args
:
any
[]
)
:
Promise
<
any
>
;
}
Hierarchy (
View Summary
)
ActionInterface
ActionAsWatcherInterface
Index
Methods
as
Watcher
as
Watcher
Init?
description
handle
Methods
as
Watcher
asWatcher
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Optional
as
Watcher
Init
asWatcherInit
?
()
:
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
Watcher
as
Watcher
Init
description
handle
@owservable/actions
Loading...