SelectionType¶
Description¶
The selection behavior when a selection already exists.
Static Properties¶
DIMINISH readonly | Remove the selection from the already selected area. |
EXTEND readonly | Add the selection to an already selected area. |
INTERSECT readonly | Make the selection only the area where the new selection intersects the already selected area. |
REPLACE readonly | Replace the selected area. |