Skip to content
This page is available as Markdown at /api/editor/type-aliases/editorselection.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

EditorSelection

EditorSelection = { anchor: EditorSelectionPoint; backward?: boolean; focus: EditorSelectionPoint; } | null

Defined in: packages/editor/src/types/editor.ts:109