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
ConnectionLevelElementAccessor
Class ConnectionLevelElementAccessor<Element, UpdateElement>
Type Parameters
Element
UpdateElement
Hierarchy (
View Summary
)
ConnectionLevelElementAccessor
ConnectionLevelActionAccessor
ConnectionLevelDataSourceAccessor
ConnectionLevelFieldMappingAccessor
ConnectionLevelFlowAccessor
Index
Constructors
constructor
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
Properties
client
connection
Selector
selector
element
Key
query
endpoint
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
>
Methods
Protected
uri
uri
(
path
?:
string
,
query
?:
{}
)
:
string
Parameters
Optional
path
:
string
Optional
query
:
{}
Returns
string
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
(
query
?:
{
autoCreate
?:
boolean
}
)
:
Promise
<
Element
>
Parameters
Optional
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
>
Properties
Protected
client
client
:
IntegrationAppApiClient
Protected
connection
Selector
connectionSelector
:
string
Protected
selector
selector
:
string
Protected
element
Key
elementKey
:
string
Protected
query
query
:
Record
<
string
,
any
>
Protected
endpoint
endpoint
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
uri
get
Unique
Identifier
get
create
patch
put
archive
reset
setup
Properties
client
connection
Selector
selector
element
Key
query
endpoint
Console
SDK
REST API
Integration App React - v2.13.2
Loading...