Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
ElementAccessor
Class ElementAccessor<Element, UpdateRequest, Selector>
Type Parameters
Element
UpdateRequest
Selector
extends
SelectorType
=
string
Hierarchy (
View Summary
)
ElementAccessor
ActionAccessor
AppDataSchemaAccessor
AppEventTypeAccessor
CustomerAccessor
DataLinkTableAccessor
DataSourceAccessor
FieldMappingAccessor
FlowAccessor
IntegrationAccessor
ScenarioAccessor
ScreenAccessor
Index
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
Properties
options
Constructors
constructor
new
ElementAccessor
<
Element
,
UpdateRequest
,
Selector
extends
SelectorType
=
string
,
>
(
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
Selector
;
}
,
)
:
ElementAccessor
<
Element
,
UpdateRequest
,
Selector
>
Type Parameters
Element
UpdateRequest
Selector
extends
SelectorType
=
string
Parameters
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
Selector
}
Returns
ElementAccessor
<
Element
,
UpdateRequest
,
Selector
>
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
put
put
(
data
:
UpdateRequest
)
:
Promise
<
Element
>
Parameters
data
:
UpdateRequest
Returns
Promise
<
Element
>
patch
patch
(
data
:
Partial
<
UpdateRequest
>
)
:
Promise
<
Element
>
Parameters
data
:
Partial
<
UpdateRequest
>
Returns
Promise
<
Element
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
restore
restore
()
:
Promise
<
Element
>
Returns
Promise
<
Element
>
get
Path
getPath
(
operation
?:
string
)
:
string
Parameters
Optional
operation
:
string
Returns
string
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
Selector
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
Properties
options
Console
SDK
REST API
Membrane React - v0.2.1
Loading...