RxJS Subject to use for this Observable.
Method to return the part for this Observable to return.
Optional
Method to Compare if the data has changed. Should return true when data is different.
createObservablePart
public readonly myPart = CreateObservablePart(this._data, (data) => data.myPart); Copy
public readonly myPart = CreateObservablePart(this._data, (data) => data.myPart);
RxJS Subject to use for this Observable.