Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
IntegrationLevelElementAccessor
Class IntegrationLevelElementAccessor<Element, UpdateElementData>
Type Parameters
Element
UpdateElementData
Hierarchy (
View Summary
)
IntegrationLevelElementAccessor
IntegrationLevelActionAccessor
IntegrationLevelDataSourceAccessor
IntegrationLevelFieldMappingAccessor
IntegrationLevelFlowAccessor
Index
Constructors
constructor
Properties
endpoint
client
integration
Selector
element
Selector
element
Key
Methods
get
Unique
Identifier
get
patch
put
archive
reset
Constructors
constructor
new
IntegrationLevelElementAccessor
<
Element
,
UpdateElementData
>
(
client
:
IntegrationAppApiClient
,
integrationSelector
:
string
,
elementSelector
:
string
,
elementKey
:
string
,
)
:
IntegrationLevelElementAccessor
<
Element
,
UpdateElementData
>
Type Parameters
Element
UpdateElementData
Parameters
client
:
IntegrationAppApiClient
integrationSelector
:
string
elementSelector
:
string
elementKey
:
string
Returns
IntegrationLevelElementAccessor
<
Element
,
UpdateElementData
>
Properties
Protected
endpoint
endpoint
:
string
Protected
client
client
:
IntegrationAppApiClient
Protected
integration
Selector
integrationSelector
:
string
Protected
element
Selector
elementSelector
:
string
Protected
element
Key
elementKey
:
string
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
patch
patch
(
data
:
Partial
<
UpdateElementData
>
)
:
Promise
<
Element
>
Parameters
data
:
Partial
<
UpdateElementData
>
Returns
Promise
<
Element
>
put
put
(
data
:
UpdateElementData
)
:
Promise
<
Element
>
Parameters
data
:
UpdateElementData
Returns
Promise
<
Element
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
reset
reset
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
endpoint
client
integration
Selector
element
Selector
element
Key
Methods
get
Unique
Identifier
get
patch
put
archive
reset
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...