Membrane SDK - v0.2.1
Console
React Lib
REST API
Preparing search index...
DataSourceAccessor
Class DataSourceAccessor
Hierarchy (
View Summary
)
ElementAccessor
<
DataSource
,
UpdateDataSourceRequest
,
DataSourceSelector
>
DataSourceAccessor
Index
Constructors
constructor
Properties
options
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
apply
setup
reset
Constructors
constructor
new
DataSourceAccessor
(
client
:
IntegrationAppApiClient
,
selector
:
string
|
DataSourceSelector
,
)
:
DataSourceAccessor
Parameters
client
:
IntegrationAppApiClient
selector
:
string
|
DataSourceSelector
Returns
DataSourceAccessor
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
DataSourceSelector
;
}
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
DataSource
>
Returns
Promise
<
DataSource
>
put
put
(
data
:
UpdateDataSourceRequest
)
:
Promise
<
DataSource
>
Parameters
data
:
UpdateDataSourceRequest
Returns
Promise
<
DataSource
>
patch
patch
(
data
:
Partial
<
UpdateRequest
>
)
:
Promise
<
DataSource
>
Parameters
data
:
Partial
<
UpdateRequest
>
Returns
Promise
<
DataSource
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
restore
restore
()
:
Promise
<
DataSource
>
Returns
Promise
<
DataSource
>
get
Path
getPath
(
operation
?:
string
)
:
string
Parameters
operation
:
string
= ''
Returns
string
apply
apply
(
integrationKeys
:
string
[]
)
:
Promise
<
DataSource
[]
>
Parameters
integrationKeys
:
string
[]
Returns
Promise
<
DataSource
[]
>
setup
setup
()
:
Promise
<
void
>
Returns
Promise
<
void
>
reset
reset
()
:
Promise
<
any
>
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
apply
setup
reset
Console
React Lib
REST API
Membrane SDK - v0.2.1
Loading...