Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
ActionAccessor
Class ActionAccessor
Hierarchy (
View Summary
)
ElementAccessor
<
Action
,
UpdateActionRequest
,
ActionSelector
>
ActionAccessor
Index
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
apply
reset
Properties
options
Constructors
constructor
new
ActionAccessor
(
client
:
IntegrationAppApiClient
,
selector
:
string
|
ActionSelector
,
)
:
ActionAccessor
Parameters
client
:
IntegrationAppApiClient
selector
:
string
|
ActionSelector
Returns
ActionAccessor
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
Action
>
Returns
Promise
<
Action
>
put
put
(
data
:
UpdateActionRequest
)
:
Promise
<
Action
>
Parameters
data
:
UpdateActionRequest
Returns
Promise
<
Action
>
patch
patch
(
data
:
Partial
<
UpdateActionRequest
>
)
:
Promise
<
Action
>
Parameters
data
:
Partial
<
UpdateActionRequest
>
Returns
Promise
<
Action
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Path
getPath
(
operation
?:
string
)
:
string
Parameters
Optional
operation
:
string
Returns
string
apply
apply
(
integrationKeys
:
string
[]
)
:
Promise
<
Action
[]
>
Parameters
integrationKeys
:
string
[]
Returns
Promise
<
Action
[]
>
reset
reset
()
:
Promise
<
any
>
Returns
Promise
<
any
>
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
ActionSelector
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
apply
reset
Properties
options
Console
SDK
REST API
Integration App React - v2.13.2
Loading...