diff --git a/README.md b/README.md index beb4c09c3..74bdba985 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,11 @@ We will support custom icons later. app.extensionManager.toast.add({ severity: 'info', summary: 'Loaded!', - detail: 'Extension loaded!' + detail: 'Extension loaded!', + life: 3000 }) ``` +Documentation of all supported options can be found here: ![image](https://github.com/user-attachments/assets/de02cd7e-cd81-43d1-a0b0-bccef92ff487)