Show Confirmation

Custom confirmation show function. (Use with in main file class 'new DialogioConfirm')

async Show(title: string, message: string, buttons: Object)

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