-
Notifications
You must be signed in to change notification settings - Fork 1
OptionScreenCollection.getSelection
Alex Kulcsar edited this page Apr 20, 2023
·
1 revision
Gets the selected option for an option group for the current screen.
OptionScreenCollection.getSelection(index: number = 0): number
-
index: number
Option group of selection to retrieve. Default is0
(first option group).
A number
representing the option that the user selected in the option group. The index is zero-based, so if the user selected the first option, getSelection
will return 0
(zero).