Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
useFlowRun
Function useFlowRun
useFlowRun
(
id
:
undefined
|
string
,
)
:
{
flowRun
:
undefined
|
FlowRun
;
error
:
any
;
loading
:
boolean
;
refresh
:
()
=>
Promise
<
FlowRun
>
;
archive
:
()
=>
Promise
<
void
>
;
}
Parameters
id
:
undefined
|
string
Returns
{
flowRun
:
undefined
|
FlowRun
;
error
:
any
;
loading
:
boolean
;
refresh
:
()
=>
Promise
<
FlowRun
>
;
archive
:
()
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Membrane React - v0.2.1
Loading...