EditorTextStream
interfaceImport
import { EditorTextStream } from '@modular/sdk';Members3
- final
PromiseLike<EditorOperationError | { committedParts: number; documentId: string & $brand<'EditorDocumentId'>; kind: 'completed' | 'cancelled'; streamId: string & $brand<'EditorTextStreamId'> }>- cancel
() => Promise<void>- dispose
() => void