Theia API Documentation v1.65.0
    Preparing search index...
    interface EditData {
        documentVersionId: number;
        edits: TextEditOperation[];
        setEndOfLine: undefined | EndOfLine;
        undoStopAfter: boolean;
        undoStopBefore: boolean;
    }
    Index

    Properties

    documentVersionId: number
    setEndOfLine: undefined | EndOfLine
    undoStopAfter: boolean
    undoStopBefore: boolean