Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
IntegrationLevelElementsListAccessor
Class IntegrationLevelElementsListAccessor<Element, Query, CreateElementData>
Type Parameters
Element
Query
CreateElementData
Hierarchy (
View Summary
)
IntegrationLevelElementsListAccessor
IntegrationLevelActionsListAccessor
IntegrationLevelDataSourcesListAccessor
IntegrationLevelFieldMappingsListAccessor
IntegrationLevelFlowsListAccessor
Index
Constructors
constructor
Properties
endpoint
client
integration
Selector
element
Key
Methods
list
create
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
>
Properties
Protected
endpoint
endpoint
:
string
Protected
client
client
:
IntegrationAppApiClient
Protected
integration
Selector
integrationSelector
:
string
Protected
element
Key
elementKey
:
string
Methods
list
list
(
query
?:
Query
)
:
Promise
<
PaginationResponse
<
Element
>
>
Parameters
Optional
query
:
Query
Returns
Promise
<
PaginationResponse
<
Element
>
>
create
create
(
data
:
CreateElementData
)
:
Promise
<
Element
>
Parameters
data
:
CreateElementData
Returns
Promise
<
Element
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
endpoint
client
integration
Selector
element
Key
Methods
list
create
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...