Theia API Documentation v1.70.0
    Preparing search index...
    interface TextEditorsExt {
        $acceptEditorDiffInformation(
            id: string,
            diffInformation: undefined | TextEditorDiffInformationDto[],
        ): void;
        $acceptEditorPositionData(data: TextEditorPositionData): void;
        $acceptEditorPropertiesChanged(
            id: string,
            props: EditorChangedPropertiesData,
        ): void;
    }

    Implemented by

    Index

    Methods