Skip to content

deleteSelectedLines

deleteSelectedLines(editor): boolean

Defined in: extensions/commands/commands.ts:206

Command that deletes all selected lines unless the editor is readOnly.

PrismEditor

Editor to execute the command on.

boolean