Skip to main content

IRenderManager

Interfaces

IRenderManager

Methods

clearCursor()
clearCursor(): void;
Returns

void

drawCursor()
drawCursor(isSelectionActive, isForce?): void;
Parameters
ParameterType
isSelectionActiveboolean
isForce?boolean
Returns

void

drawSelection()
drawSelection(selection): void;
Parameters
ParameterType
selectionITextRange
Returns

void

drawText()
drawText(): void;
Returns

void

Was this page helpful?