selections property

Set<String>? selections
getter/setter pair

The selections this crosshair reacts to.

Make sure this selections will not occur simultaneously.

If null, it will reacts to all selections.

Implementation

Set<String>? selections;