Editor.getRange() method
Signature:
abstract getRange(from: EditorPosition, to: EditorPosition): string;
Parameters
Parameter | Type | Description |
---|---|---|
from | EditorPosition | |
to | EditorPosition |
Returns:
string
1 min read
Signature:
abstract getRange(from: EditorPosition, to: EditorPosition): string;
Parameter | Type | Description |
---|---|---|
from | EditorPosition | |
to | EditorPosition |
Returns:
string