@archastro/sdk
Preparing search index...
custom-object-subscriptions
CustomObjectSubscription
Interface CustomObjectSubscription<TFields>
interface
CustomObjectSubscription
<
TFields
extends
object
>
{
state
:
CustomObjectConnectionState
;
close
()
:
void
;
save
()
:
Promise
<
void
>
;
update
(
fields
:
DeepPartial
<
TFields
>
)
:
Promise
<
void
>
;
updatePresence
(
presence
:
CustomObjectPresenceUpdate
)
:
Promise
<
void
>
;
}
Type Parameters
TFields
extends
object
Index
Properties
state
Methods
close
save
update
update
Presence
Properties
Readonly
state
state
:
CustomObjectConnectionState
Methods
close
close
()
:
void
Returns
void
save
save
()
:
Promise
<
void
>
Returns
Promise
<
void
>
update
update
(
fields
:
DeepPartial
<
TFields
>
)
:
Promise
<
void
>
Parameters
fields
:
DeepPartial
<
TFields
>
Returns
Promise
<
void
>
update
Presence
updatePresence
(
presence
:
CustomObjectPresenceUpdate
)
:
Promise
<
void
>
Parameters
presence
:
CustomObjectPresenceUpdate
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
Methods
close
save
update
update
Presence
@archastro/sdk
Loading...