Editor โ€บ scrollIntoView

Editor.scrollIntoView() method

Signature:

abstract scrollIntoView(range: EditorRange, center?: boolean): void;

Parameters

ParameterTypeDescription
rangeEditorRange
centerboolean(Optional)

Returns:

void