Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
FlowsAccessor
Class FlowsAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
Flow
,
FindFlowsQuery
,
CreateFlowRequest
>
FlowsAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
FlowsAccessor
(
client
:
IntegrationAppApiClient
)
:
FlowsAccessor
Parameters
client
:
IntegrationAppApiClient
Returns
FlowsAccessor
Methods
find
find
(
query
?:
FindFlowsQuery
)
:
Promise
<
PaginationResponse
<
Flow
>
>
Parameters
Optional
query
:
FindFlowsQuery
Returns
Promise
<
PaginationResponse
<
Flow
>
>
find
All
findAll
(
query
?:
Omit
<
FindFlowsQuery
,
"limit"
>
)
:
Promise
<
Flow
[]
>
Parameters
Optional
query
:
Omit
<
FindFlowsQuery
,
"limit"
>
Returns
Promise
<
Flow
[]
>
create
create
(
data
:
CreateFlowRequest
)
:
Promise
<
Flow
>
Parameters
data
:
CreateFlowRequest
Returns
Promise
<
Flow
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Membrane React - v0.2.1
Loading...