Membrane SDK - v0.8.0
Console
React Lib
REST API
Preparing search index...
AppEventSubscriptionAccessor
Class AppEventSubscriptionAccessor
Hierarchy (
View Summary
)
ElementInstanceAccessor
<
AppEventSubscription
,
AppEventSubscriptionSelector
,
UpdateAppEventSubscriptionRequest
,
UpdateAppEventSubscriptionRequest
,
>
AppEventSubscriptionAccessor
Index
Constructors
constructor
Properties
options
Methods
subscribe
get
Unique
Identifier
get
get
Id
create
put
patch
archive
delete
restore
get
Path
Constructors
constructor
new
AppEventSubscriptionAccessor
(
client
:
MembraneApiClient
,
selector
:
string
|
AppEventSubscriptionSelector
,
)
:
AppEventSubscriptionAccessor
Parameters
client
:
MembraneApiClient
selector
:
string
|
AppEventSubscriptionSelector
Returns
AppEventSubscriptionAccessor
Properties
Protected
options
options
:
{
client
:
MembraneApiClient
;
instancePath
:
string
;
selector
:
string
|
AppEventSubscriptionSelector
;
type
?:
WorkspaceElementType
;
}
Methods
subscribe
subscribe
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Returns
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
get
Id
getId
()
:
Promise
<
string
>
Returns
Promise
<
string
>
create
create
(
data
?:
UpdateAppEventSubscriptionRequest
,
)
:
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Parameters
Optional
data
:
UpdateAppEventSubscriptionRequest
Returns
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
put
put
(
data
:
UpdateAppEventSubscriptionRequest
,
)
:
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Parameters
data
:
UpdateAppEventSubscriptionRequest
Returns
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
patch
patch
(
data
:
UpdateAppEventSubscriptionRequest
,
)
:
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Parameters
data
:
UpdateAppEventSubscriptionRequest
Returns
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
delete
delete
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Deprecated
use
archive
instead
restore
restore
()
:
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Returns
Promise
<
{
appEventType
?:
{
revision
:
string
;
archivedAt
?:
string
;
subscribeRequest
?:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
example
?:
any
;
schema
?:
DataSchema
;
globalWebhookUri
:
string
;
userIdFormula
?:
any
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
;
user
?:
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
;
revision
:
string
;
appEventTypeId
:
string
;
userId
:
string
;
instanceKey
?:
string
;
isSubscribed
:
boolean
;
schema
?:
DataSchema
;
webhookUri
:
string
;
subscriptionRequest
:
{
method
?:
GET
|
POST
|
PATCH
|
PUT
|
DELETE
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
;
subscriptionResponse
?:
any
;
archivedAt
?:
string
;
id
:
string
;
key
?:
string
;
uuid
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
createdAt
?:
string
;
updatedAt
?:
string
;
isDeactivated
?:
boolean
;
}
,
>
Protected
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
subscribe
get
Unique
Identifier
get
get
Id
create
put
patch
archive
delete
restore
get
Path
Console
React Lib
REST API
Membrane SDK - v0.8.0
Loading...
Deprecated
archive
instead