Type Editor / @type-editor/commands / join-down
join-down
Variables
| Variable | Description |
|---|---|
Joins the selected block with the block below it. This command attempts to join the selected block (or the closest ancestor block) with its next sibling. The behavior differs based on the selection type:
The command will fail if:
Param The current editor state Param Optional dispatch function to execute the transaction Example typescript |