Describes how a new selection result should be applied to the current selection set.
'replace'
'add'
'remove'
This type is used by the view layer to unify click selection, box selection, and command-driven selection behavior.
Describes how a new selection result should be applied to the current selection set.
'replace': clear the current selection set, then add the new ids.'add': keep the current selection set and append any new ids.'remove': remove matching ids from the current selection set.This type is used by the view layer to unify click selection, box selection, and command-driven selection behavior.