actionhero
Preparing search index...
specHelper
runAction
Function runAction
runAction
<
A
extends
void
|
Action
=
void
>
(
actionName
:
string
,
input
?:
Record
<
string
,
any
>
|
Partial
<
SpecHelperConnection
>
,
)
:
Promise
<
(
A
extends
Action
?
AsyncReturnType
<
A
<
A
>
[
"run"
]
>
:
{
[
key
:
string
]:
any
}
)
&
{
error
?:
any
;
messageId
?:
string
;
requesterInformation
?:
{
fingerprint
:
string
;
id
:
string
;
messageId
:
string
;
receivedParams
:
{
[
key
:
string
]:
any
}
;
remoteIP
:
string
;
}
;
serverInformation
?:
{
apiVersion
:
string
;
currentTime
:
number
;
requestDuration
:
number
;
serverName
:
string
;
}
;
}
,
>
Run an action via the specHelper server.
Type Parameters
A
extends
void
|
Action
=
void
Parameters
actionName
:
string
input
:
Record
<
string
,
any
>
|
Partial
<
SpecHelperConnection
>
= {}
Returns
Promise
<
(
A
extends
Action
?
AsyncReturnType
<
A
<
A
>
[
"run"
]
>
:
{
[
key
:
string
]:
any
}
)
&
{
error
?:
any
;
messageId
?:
string
;
requesterInformation
?:
{
fingerprint
:
string
;
id
:
string
;
messageId
:
string
;
receivedParams
:
{
[
key
:
string
]:
any
}
;
remoteIP
:
string
;
}
;
serverInformation
?:
{
apiVersion
:
string
;
currentTime
:
number
;
requestDuration
:
number
;
serverName
:
string
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
actionhero
Loading...
Run an action via the specHelper server.