Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LazySubjectOptions<T>

Options for the lazySubject() utility

Type parameters

  • T

Hierarchy

  • LazySubjectOptions

Index

Properties

Properties

start

start: (subject: Subject<T>) => void

Function that is called when the observable is subscribed to after having no subscribers

Type declaration

    • (subject: Subject<T>): void
    • Parameters

      • subject: Subject<T>

      Returns void

stop

stop: () => void

Function that is called when the observable moves from having subscribers to having no subscribers.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc