Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ConnectionLevelElementAccessor
Class ConnectionLevelElementAccessor<Element, UpdateElement>
Type Parameters
Element
UpdateElement
Hierarchy (
View Summary
)
ConnectionLevelElementAccessor
ConnectionLevelActionAccessor
ConnectionLevelDataSourceAccessor
ConnectionLevelFieldMappingAccessor
ConnectionLevelFlowAccessor
Index
Constructors
constructor
Properties
endpoint
client
connection
Selector
selector
element
Key
query
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
Constructors
constructor
new
ConnectionLevelElementAccessor
<
Element
,
UpdateElement
>
(
client
:
IntegrationAppApiClient
,
connectionSelector
:
string
,
selector
:
string
,
elementKey
:
string
,
query
:
Record
<
string
,
any
>
,
)
:
ConnectionLevelElementAccessor
<
Element
,
UpdateElement
>
Type Parameters
Element
UpdateElement
Parameters
client
:
IntegrationAppApiClient
connectionSelector
:
string
selector
:
string
elementKey
:
string
query
:
Record
<
string
,
any
>
Returns
ConnectionLevelElementAccessor
<
Element
,
UpdateElement
>
Properties
Protected
endpoint
endpoint
:
string
Protected
client
client
:
IntegrationAppApiClient
Protected
connection
Selector
connectionSelector
:
string
Protected
selector
selector
:
string
Protected
element
Key
elementKey
:
string
Protected
query
query
:
Record
<
string
,
any
>
Methods
Protected
uri
uri
(
path
?:
string
,
query
?:
{}
)
:
string
Parameters
path
:
string
= ''
query
:
{}
= {}
Returns
string
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
(
query
?:
{
autoCreate
?:
boolean
}
)
:
Promise
<
Element
>
Parameters
query
:
{
autoCreate
?:
boolean
}
= {}
Returns
Promise
<
Element
>
create
create
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
patch
patch
(
data
:
Partial
<
UpdateElement
>
)
:
Promise
<
Element
>
Parameters
data
:
Partial
<
UpdateElement
>
Returns
Promise
<
Element
>
put
put
(
data
:
UpdateElement
)
:
Promise
<
Element
>
Parameters
data
:
UpdateElement
Returns
Promise
<
Element
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
reset
reset
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
setup
setup
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
endpoint
client
connection
Selector
selector
element
Key
query
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...