Theia API Documentation v1.65.0
    Preparing search index...
    interface TextEditorsExt {
        $acceptEditorPositionData(data: TextEditorPositionData): void;
        $acceptEditorPropertiesChanged(
            id: string,
            props: EditorChangedPropertiesData,
        ): void;
    }

    Implemented by

    Index

    Methods