File

projects/dvl-fw-core/src/lib/interfaces/record-stream.ts

Index

Properties
Methods

Methods

asObservable
asObservable()
Returns : Observable<RawChangeSet<T>>
toJSON
toJSON()
Returns : any

Properties

id
id: string
Type : string
label
label: string
Type : string
import { RawChangeSet } from '@ngx-dino/core';
import { Observable } from 'rxjs';

export interface RecordStream<T = any> {
  id: string;
  label: string;

  asObservable(): Observable<RawChangeSet<T>>;
  toJSON(): any;
}

result-matching ""

    No results matching ""