You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/editor/README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1729,14 +1729,6 @@ _Returns_
1729
1729
1730
1730
-`Object`: An object containing the following properties: - dirtyEntityRecords: An array of dirty entity records. - isDirty: A boolean indicating if there are any dirty entity records. - setUnselectedEntities: A function to set the unselected entities. - unselectedEntities: An array of unselected entities.
1731
1731
1732
-
### useGenerateBlockPath
1733
-
1734
-
Hook that returns a function to generate a block path for a given block clientId. The path is an array of steps from root to the target block, where each step contains the block name and index within its parent.
1735
-
1736
-
_Returns_
1737
-
1738
-
-`Function`: Function that takes a clientId and returns the block path or null.
1739
-
1740
1732
### usePostScheduleLabel
1741
1733
1742
1734
Custom hook to get the label for post schedule.
@@ -1774,14 +1766,6 @@ _Type_
1774
1766
1775
1767
-`Object`
1776
1768
1777
-
### useRestoreBlockFromPath
1778
-
1779
-
Hook that returns a function to restore a block selection using a previously generated block path. Walks the path from root to target, matching block name and index at each level.
1780
-
1781
-
_Returns_
1782
-
1783
-
-`Function`: Function that takes a path and returns the clientId or null.
0 commit comments