API Reference > imodeljs-frontend > SelectionSet > SelectionProcessing SelectionProcessing Enumeration The processing method to use to update the current selection. Members Name Value Description AddElementToSelection Add element to selection. InvertElementInSelection If element is in selection remove it, else add it. RemoveElementFromSelection Remove element from selection. ReplaceSelectionWithElement Replace current selection with element. Defined in core/frontend/src/tools/SelectTool.ts Line 56 Last Updated: 15 June, 2021