Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hooks<T>

Type parameters

  • T = any

Hierarchy

  • Hooks

Implemented by

Index

Properties

Optional onStoppedNotification

onStoppedNotification?: Empty | BinaryFn<[T, Subscription], void>

Optional onUnhandledError

onUnhandledError?: Empty | BinaryFn<[Error, Subscription], void>

Generated using TypeDoc