File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -525,9 +525,9 @@ When a regex is defined then `console.error` output from the adapter is always c
525525The host supports the __ message__ command ` getNotifications ` to query the stored notifications together with the localized names and descriptions.
526526
527527The message needs to take the following parameters in the message object:
528- * scopeFilter - scope of notifications
529- * categoryFilter - category of notifications
530- * instanceFilter - instance of notifications
528+ * ` scope ` - scope of notifications
529+ * ` category ` - category of notifications
530+ * ` instance ` - instance of notifications
531531
532532All three are optional and can be a string or null/undefined if omitted.
533533
@@ -537,9 +537,9 @@ The host supports the __message__ command `clearNotifications` to clear specific
537537** Please only clear notifications that really were handled and displayed to the user especially for "system" scope!**
538538
539539The message needs to take the following parameters in the message object:
540- * scopeFilter - scope of notifications
541- * categoryFilter - category of notifications
542- * instanceFilter - instance of notifications
540+ * ` scope ` - scope of notifications
541+ * ` category ` - category of notifications
542+ * ` instance ` - instance of notifications
543543
544544All three are optional and can be a string or null/undefined if omitted.
545545
You can’t perform that action at this time.
0 commit comments