wip checkpoint

This commit is contained in:
Manav Rathi
2024-10-10 15:44:55 +05:30
parent d6a39ae452
commit f9209e212d
6 changed files with 42 additions and 59 deletions

View File

@@ -75,6 +75,11 @@ export interface MiniDialogAttributes {
* is opened, allowing the user to confirm just by pressing ENTER.
*/
autoFocus?: boolean;
/**
* If `true`, close the dialog after {@link action} completes.
* TODO: Test/Impl/Is this needed?
*/
autoClose?: boolean;
/**
* The function to call when the user activates the button.
*