Membrane SDK - v0.2.1
Console
React Lib
REST API
Preparing search index...
IntegrationLevelFlowsListAccessor
Class IntegrationLevelFlowsListAccessor
Hierarchy (
View Summary
)
IntegrationLevelElementsListAccessor
<
Flow
,
ListFlowsForIntegrationQuery
,
Omit
<
CreateFlowRequest
,
"integrationId"
>
,
>
IntegrationLevelFlowsListAccessor
Index
Constructors
constructor
Properties
client
integration
Selector
endpoint
element
Key
Methods
list
create
Constructors
constructor
new
IntegrationLevelFlowsListAccessor
(
client
:
IntegrationAppApiClient
,
integrationSelector
:
string
,
)
:
IntegrationLevelFlowsListAccessor
Parameters
client
:
IntegrationAppApiClient
integrationSelector
:
string
Returns
IntegrationLevelFlowsListAccessor
Properties
client
client
:
IntegrationAppApiClient
integration
Selector
integrationSelector
:
string
Protected
endpoint
endpoint
:
string
Protected
element
Key
elementKey
:
string
Methods
list
list
(
query
?:
ListFlowsForIntegrationQuery
)
:
Promise
<
PaginationResponse
<
Flow
>
>
Parameters
Optional
query
:
ListFlowsForIntegrationQuery
Returns
Promise
<
PaginationResponse
<
Flow
>
>
create
create
(
data
:
CreateElementData
)
:
Promise
<
Flow
>
Parameters
data
:
CreateElementData
Returns
Promise
<
Flow
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
integration
Selector
endpoint
element
Key
Methods
list
create
Console
React Lib
REST API
Membrane SDK - v0.2.1
Loading...