Show Confirmation
Custom confirmation show function. (Use with in main file class 'new DialogioConfirm')
async Show(title: string, message: string, buttons: Object)
Attention
This is an asynchronous function. You must wait for the response to arrive.
Display new custom confirm and wait button clicks return.
*title: The title to display in the header.
message: The message to display in the confirmation. Supports specific markdowns.
*buttons: Message dialog buttons. This buttons
Returns clicked button value (Boolean, "retry", "create" etc.)
Last updated