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