Create Modal

Create new confirmation with options

async Create(title: string, inputs: Object)

Create new confirmation with options

  • title: The title to display in the header.

  • *inputs: Created custom Dialogio inputs object. Modal supports Maximum 5 Inputs.

Returns input values or empty object

Last updated