Skip to content

moveSelectedLines

moveSelectedLines(editor, up?): boolean

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

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

PrismEditor

Editor to execute the command on.

boolean

Whether to move the lines up. Defaults to false.

boolean