Function: InsertText()
July 13, 2026 ยท View on GitHub
Function: InsertText()
InsertText(
editor,text,position?):void
Defined in: commands.ts:31
Insert text at the caret or specified position.
Parameters
editor
text
string
position?
number = ...
Returns
void