interface ActionBottomSheetResult {
    index: number;
}

Properties

Properties

index: number

The index of the action that was clicked (zero-based).