dochub-sdk 0.1.86 → 0.1.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/interfaces/editors.ts +2 -0
- package/package.json +1 -1
package/interfaces/editors.ts
CHANGED
@@ -21,7 +21,9 @@ export enum EditorEvents {
|
|
21
21
|
/**
|
22
22
|
* События контекста редактора
|
23
23
|
*/
|
24
|
+
contextAppend = '$edit-context-append', // Контекст добавлен
|
24
25
|
contextUpdated = '$edit-context-updated', // Контекст претерпел изменения
|
26
|
+
contextRemoved = '$edit-context-removed', // Контекст удален
|
25
27
|
/**
|
26
28
|
* События редактора
|
27
29
|
*/
|