drop Method
Remove an element from the selection set and unhilite it.
drop(el: @svgdotjs/svg.js.Element): boolean
@returns true if the element was in the SS and was removed.
| Parameter | Type | Description | 
|---|---|---|
| el | @svgdotjs/svg.js.Element | 
Returns - boolean
true if the element was in the SS and was removed.
Defined in
- markup/src/SelectTool.ts Line 426
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.