Membrane SDK - v0.2.1
Console
React Lib
REST API
Preparing search index...
IntegrationLevelDataSourcesListAccessor
Class IntegrationLevelDataSourcesListAccessor
Hierarchy (
View Summary
)
IntegrationLevelElementsListAccessor
<
DataSource
,
ListDataSourcesForIntegrationQuery
,
Omit
<
CreateDataSourceRequest
,
"integrationId"
>
,
>
IntegrationLevelDataSourcesListAccessor
Index
Constructors
constructor
Properties
client
integration
Selector
endpoint
element
Key
Methods
list
create
Constructors
constructor
new
IntegrationLevelDataSourcesListAccessor
(
client
:
IntegrationAppApiClient
,
integrationSelector
:
string
,
)
:
IntegrationLevelDataSourcesListAccessor
Parameters
client
:
IntegrationAppApiClient
integrationSelector
:
string
Returns
IntegrationLevelDataSourcesListAccessor
Properties
client
client
:
IntegrationAppApiClient
integration
Selector
integrationSelector
:
string
Protected
endpoint
endpoint
:
string
Protected
element
Key
elementKey
:
string
Methods
list
list
(
query
?:
ListDataSourcesForIntegrationQuery
,
)
:
Promise
<
PaginationResponse
<
DataSource
>
>
Parameters
Optional
query
:
ListDataSourcesForIntegrationQuery
Returns
Promise
<
PaginationResponse
<
DataSource
>
>
create
create
(
data
:
CreateElementData
)
:
Promise
<
DataSource
>
Parameters
data
:
CreateElementData
Returns
Promise
<
DataSource
>
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...