I
EditorConfig
testedEditor-wide configuration provided through the editor context.
Signature
ts
interface EditorConfigProperties
| Property | Type | Description |
|---|---|---|
editable | boolean | Whether content is editable (false renders read-only). |
platform | Platform | Platform for keybinding normalization (`Mod` → Cmd/Ctrl). |
dir | "ltr" | "rtl" | Text direction. |
spellcheck | boolean | Native spellcheck on the contenteditable hosts. |
draggable | boolean | Show per-block drag handles for reordering. |