Skip to content

MultiSelection

DDAkebono edited this page Dec 24, 2022 · 1 revision

This object contains all information and setup for multiselections

Constructor(name, options, selectedOption)

Create a new multiselection object

Name Description
name System.String
Name to be displayed on the multiselection page when opened
options System.String[]
Options to be displayed
selectedOption System.Int32
Index of currently selected object

Name

Name of the multiselection

OnOptionUpdated

Action to listen for changes of the selection

Options

Option array

SelectedOption

Get or set the currently selected index

Clone this wiki locally