Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
useFlow
Function useFlow
useFlow
(
selector
:
undefined
|
string
|
FlowSelector
,
)
:
{
flow
:
undefined
|
Flow
;
apply
:
(
integrationKeys
:
string
[]
)
=>
Promise
<
Flow
[]
>
;
reset
:
()
=>
Promise
<
Flow
>
;
refresh
:
()
=>
Promise
<
Flow
>
;
accessor
:
undefined
|
FlowAccessor
;
loading
:
boolean
;
saving
:
boolean
;
error
:
any
;
refreshing
:
boolean
;
create
:
(
data
:
CreateFlowRequest
)
=>
Promise
<
undefined
|
Flow
>
;
patch
:
(
data
:
Partial
<
UpdateRequest
>
)
=>
Promise
<
void
>
;
put
:
(
data
:
UpdateFlowRequest
)
=>
Promise
<
void
>
;
archive
:
()
=>
Promise
<
void
>
;
}
Parameters
selector
:
undefined
|
string
|
FlowSelector
Returns
{
flow
:
undefined
|
Flow
;
apply
:
(
integrationKeys
:
string
[]
)
=>
Promise
<
Flow
[]
>
;
reset
:
()
=>
Promise
<
Flow
>
;
refresh
:
()
=>
Promise
<
Flow
>
;
accessor
:
undefined
|
FlowAccessor
;
loading
:
boolean
;
saving
:
boolean
;
error
:
any
;
refreshing
:
boolean
;
create
:
(
data
:
CreateFlowRequest
)
=>
Promise
<
undefined
|
Flow
>
;
patch
:
(
data
:
Partial
<
UpdateRequest
>
)
=>
Promise
<
void
>
;
put
:
(
data
:
UpdateFlowRequest
)
=>
Promise
<
void
>
;
archive
:
()
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Membrane React - v0.2.1
Loading...