Optional body""
Optional builderAsync function that returns the body of the dialog.
body property is ignored if this is set.
While this function is running,
the dialog shows a loading indicator.
The body of the dialog.
Optional cancelThe HTML content of the dialog.
"Cancel"
Optional confirmThe HTML content of the dialog.
"OK"
The input type of the dialog.
Optional inputThe options of the input. It is required for these types:
Optional reverseWhether to reverse the buttons.
false
Optional titleThe HTML title of the dialog.
""
Optional valueThe default value of the input.
Generated using TypeDoc
The body of the dialog. Does not support HTML but supports DOM elements.