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