Type Editor / @type-editor/gapcursor / GapCursor
GapCursor
Classes
| Class | Description |
|---|---|
Represents a gap cursor selection - a cursor positioned between block nodes where regular text selection is not possible. Gap cursors are used in positions where the document structure doesn't allow normal text cursors, such as between two adjacent block nodes (e.g., between two code blocks or between a heading and an image). Both Example ts |