A Set containing the Subscriptions
Accessor to the currently stored value.
Flag to Disable Publishing
Readonly
idAn id of the Observable. This might be usefull for debugging.
options.
Function to specify a Setter
Optional
options: Partial<IEventAdditionalData>Flag, showing if there exists any subscription this particular observer.
The original Observable. Implemented by an Behaviour Subject. See here: https://www.learnrxjs.io/learn-rxjs/subjects/behaviorsubject for more details.
Returns the amout of interessed Subscribers / Observers.
Function to update the Content
The content
Create an enhanced Subscription of the Observable. Use the Pipes, to Define what should be subscribed.
The Next Function, used to transmit changes
The Options, used to determine the Enhancements.
Optional
pipe?: IPipe<T | G, K>Optional
scope?: { Function to Force an Update
M.Karkowski
NopeObservable
Options which might be relevant
Creates a Subscription for the value of the Observable. After one Update the Value will be deleted
Function which is called when new Datas are pushed
Optional
options: INopeSubscriptionOptionsAdditional Options
Function to update the Content
The content
A Function to subscribe to updates of the Observable.
The Observer. Could be a Function or a Partial Observer.
Additional Options.
Async Function to Wait for an Update
Additional Options for the Wait Function.
Async Function to Wait for an Update
Optional
options: INopeSubscriptionOptionsAdditional Options for the Wait Function.
Generated using TypeDoc
RsJX based Observable.
Contains additional Functionalities like: