Skip to content

Commit 7cac36b

Browse files
committed
Revision
1 parent 88ba49b commit 7cac36b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/notification-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Now, when the extension loads, your notification shows in the upper-right corner
7070

7171
The show method has the following parameters:
7272

73-
* `title`The title of the notification.
74-
* `message`The text content of the notification.
75-
* `displayDurationInSeconds`An optional duration (in seconds) for the notification to remain visible; if no duration is provided, the pop-up remains indefinitely until the user removes it.
76-
* `icon`An optional icon that displays inside the notification.
73+
* `title`the title of the notification
74+
* `message`the text content of the notification
75+
* `displayDurationInSeconds`an optional duration (in seconds) for the notification to remain visible; if no duration is provided, the pop-up remains indefinitely until the user removes it
76+
* `icon`an optional icon that displays inside the notification
7777

7878
## Extensibility Feedback
7979

0 commit comments

Comments
 (0)