Skip to content

Commit f903b36

Browse files
authored
Removed info type
There is no info type in showNotification command.
1 parent 989888e commit f903b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev-guide/iframe-commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ api.executeCommand('showNotification', {
672672
title: String, // Title of the notification.
673673
description: String, // Content of the notification.
674674
uid: String, // Optional. Unique identifier for the notification.
675-
type: String, // Optional. Can be 'info', 'normal', 'success', 'warning' or 'error'. Defaults to 'normal'.
675+
type: String, // Optional. Can be 'normal', 'success', 'warning' or 'error'. Defaults to 'normal'.
676676
timeout: String // optional. Can be 'short', 'medium', 'long', or 'sticky'. Defaults to 'short'.
677677
});
678678
```

0 commit comments

Comments
 (0)