Class EntitySubject<T>

Type Parameters

Hierarchy

Constructors

Properties

[IsEntitySubject]: boolean = true
appendSubject: Subject<T> = ...
delete: Subject<boolean> = ...
deleted: boolean = false
nextChange?: Subject<void>
nextOnAppend: boolean = false
patches: Subject<EntityPatch> = ...

Patches are in class format.

teardowns: TeardownLogic[] = []
unsubscribed: boolean = false

Accessors

  • get nextStateChange(): Promise<undefined | void>
  • Returns Promise<undefined | void>

Methods

Generated using TypeDoc