interface SingleSelectPanelResult {
    index: number;
}

Properties

Properties

index: number

The index of the option that was selected (zero-based).