Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubscriptionContainer

Hierarchy

  • SubscriptionContainer

Index

Constructors

Properties

events: CancellableEvent[] = []
subscriptions: Subscription[] = []

Methods

  • addEventListener(element: HTMLElement, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void
  • cancelAll(): void
  • isEmpty(): boolean
  • subscribe<T>(observable: Observable<T>, handler: ((v: T) => void)): void

Generated using TypeDoc