interface MultiSelectPanelResult {
    indexes: number[];
}

Properties

Properties

indexes: number[]

The indexes of the options that were selected (zero-based).