Example
Vega
Vega mimics the behavior of Android’s alert with at most three buttons and its positive/negative/neutral semantics.- If you specify one button, it will be the ‘positive’ one (such as ‘OK’)
- Two buttons mean ‘negative’, ‘positive’ (such as ‘Cancel’, ‘OK’)
- Three buttons mean ‘neutral’, ‘negative’, ‘positive’ (such as ‘Later’, ‘Cancel’, ‘OK’)
{cancelable: true}.
The cancel event can be handled by providing an onDismiss callback property inside the options parameter.

