Skip to main content

Home > @jsplumbtoolkit/browser-ui > Selection > clear

Selection.clear() method

Clears the selection. Does not fire individual deselect events.

Signature:

clear(doNotFireEvent?: boolean): void;

Parameters

ParameterTypeDescription
doNotFireEventboolean

Returns:

void