Set the disabled status of the editor.
Focus on the editor.
Get left and top coordinates of the caret relative to the editor viewport.
Get the last N characters from the current "text block".
A textarea-based driver would just return the last N characters, but more advanced implementations might restrict to the current block.
This is useful for monitoring recent user input to trigger autocomplete.
Get the selected range of the editor.
Insert content into the editor at the given position.
Insert content into the editor at the position of the cursor.
Insert content into the editor between the given positions.
If the start and end positions are different, any text between them will be overwritten.
Focus the editor and place the cursor at the given position.
Replace existing content from the start to the current cursor position.
Generated using TypeDoc version 0.22.10
Destroy the editor