Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
IntegrationLevelElementsListAccessor
Class IntegrationLevelElementsListAccessor<Element, Query, CreateElementData>
Type Parameters
Element
Query
CreateElementData
Hierarchy (
View Summary
)
IntegrationLevelElementsListAccessor
IntegrationLevelActionsListAccessor
IntegrationLevelDataSourcesListAccessor
IntegrationLevelFieldMappingsListAccessor
IntegrationLevelFlowsListAccessor
Index
Constructors
constructor
Methods
list
create
Properties
client
integration
Selector
element
Key
endpoint
Constructors
constructor
new
IntegrationLevelElementsListAccessor
<
Element
,
Query
,
CreateElementData
>
(
client
:
IntegrationAppApiClient
,
integrationSelector
:
string
,
elementKey
:
string
,
)
:
IntegrationLevelElementsListAccessor
<
Element
,
Query
,
CreateElementData
>
Type Parameters
Element
Query
CreateElementData
Parameters
client
:
IntegrationAppApiClient
integrationSelector
:
string
elementKey
:
string
Returns
IntegrationLevelElementsListAccessor
<
Element
,
Query
,
CreateElementData
>
Methods
list
list
(
query
?:
Query
)
:
Promise
<
Element
[]
>
Parameters
Optional
query
:
Query
Returns
Promise
<
Element
[]
>
create
create
(
data
:
CreateElementData
)
:
Promise
<
Element
>
Parameters
data
:
CreateElementData
Returns
Promise
<
Element
>
Properties
Protected
client
client
:
IntegrationAppApiClient
Protected
integration
Selector
integrationSelector
:
string
Protected
element
Key
elementKey
:
string
Protected
endpoint
endpoint
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
list
create
Properties
client
integration
Selector
element
Key
endpoint
Console
SDK
REST API
Integration App React - v2.13.2
Loading...