Subscription
Represents a reference to a subscription made with $watch
or similar.
id
id
Type: readonly string
constructor()
constructor()
argument
type
id
string
destroy
() => void
destroy()
destroy()
Cancel the subscription.
Returns: void
onClose()
onClose()
Function, that gets executed, when the subscription gets destroyed.
Returns: void
Last updated