Options
All
  • Public
  • Public/Protected
  • All
Menu

Subscription Context Interface, as used with onSubscribe and onCancel notification options that can be set during SubEvent construction.

Type parameters

  • T = unknown

Hierarchy

  • ISubContext

Index

Properties

Properties

Optional data

data: any

Unknown-type data to let event wrappers persist any context they need within the event's lifecycle.

Readonly event

event: SubEvent<T>

Event object that provides the context.

Optional Readonly name

name: string

Subscription name, if one was specified with method subscribe.

Legend

  • Property
  • Method
  • Property
  • Inherited method

Generated using TypeDoc