interface SubscriptionSetChangesAction {
    action: "setChanges";
    changes?: ChangeSubscription[];
}

Properties

Properties

action: "setChanges"
changes?: ChangeSubscription[]

Value to set. Can only be unset if messages is set.

Generated using TypeDoc