How to disable one of the button in ActionSheet

buttonClicked: function(index) {
// Index button to be disabled ?
return true;
}

How do I disable the button that was clicked now?