Appearance
io.confirm
Represents a confirmation modal component which prompts the user before submitting their action.
TIP
io.confirm
is not supported within an io.group component
ts
await io.confirm("Delete User", { helpText: "Confirm deletion." })
python
await io.confirm("Delete User", help_text="Confirm deletion.")