Editor โ€บ getRange

Editor.getRange() method

Signature:

abstract getRange(from: EditorPosition, to: EditorPosition): string;

Parameters

ParameterTypeDescription
fromEditorPosition
toEditorPosition

Returns:

string