Skip to main content

Home > blockly > MarkerManager > setCursor

MarkerManager.setCursor() method

Sets the cursor and initializes the drawer for use with keyboard navigation.

Signature:

setCursor(cursor: LineCursor): void;

Parameters

ParameterTypeDescription
cursorLineCursorThe cursor used to move around this workspace.

Returns:

void