Skip to main content

EditorTextStream

interface
interface EditorTextStream

Import

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