Membrane SDK - v0.2.1
Console
React Lib
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
DataLinkTableAccessor
DataSourceAccessor
FieldMappingAccessor
FlowAccessor
IntegrationAccessor
ScreenAccessor
CustomerAccessor
ScenarioAccessor
Index
Constructors
constructor
Properties
options
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
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
>
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
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
operation
:
string
= ''
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
get
Unique
Identifier
get
put
patch
archive
restore
get
Path
Console
React Lib
REST API
Membrane SDK - v0.2.1
Loading...