Skip to content
Developer Preview

ViewUnsubscribeResult

view/unsubscribe result: the empty object. Idempotent — unsubscribing while not subscribed returns {}.

Source

schema/msp/experimental/msp.schema.json#/types/ViewUnsubscribeResult

{
"description": "`view/unsubscribe` result: the empty object. Idempotent —\nunsubscribing while not subscribed returns `{}`.",
"properties": {},
"type": "object"
}