Editor.getRange() method

Signature:

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

Parameters

Parameter Type Description
from EditorPosition
to EditorPosition

Returns:

string

getRange
Interactive graph