interface TextEditorsExt {
    $acceptEditorPositionData(data): void;
    $acceptEditorPropertiesChanged(id, props): void;
}

Implemented by

Methods