docs(editor): add doc for reactive types in store (#10958)

This commit is contained in:
Saul-Mirone
2025-03-18 09:07:42 +00:00
parent ff8c3d1cee
commit 5cb2abab76
7 changed files with 771 additions and 20 deletions
@@ -23,6 +23,13 @@ You can also use rxjs operators to handle the events.
> **blockUpdated**: `Subject`\<`StoreBlockUpdatedPayloads`\>
This fires when a block is updated via API call or has just been updated from existing ydoc.
The payload can have three types:
- add: When a new block is added
- delete: When a block is removed
- update: When a block's properties are modified
***
### historyUpdated