docs: ensure that optionality matches between documented params and signatures (#18613)
* docs: ensure that optionality matches between documented params and signatures * docs: ensure that all optional declarations are lower case * chore: fix broken link
This commit is contained in:
parent
69e32ad9ce
commit
f80601da16
14 changed files with 127 additions and 33 deletions
|
@ -29,7 +29,7 @@ Returns `Boolean` - Whether or not desktop notifications are supported on the cu
|
|||
|
||||
### `new Notification([options])` _Experimental_
|
||||
|
||||
* `options` Object
|
||||
* `options` Object (optional)
|
||||
* `title` String - A title for the notification, which will be shown at the top of the notification window when it is shown.
|
||||
* `subtitle` String (optional) _macOS_ - A subtitle for the notification, which will be displayed below the title.
|
||||
* `body` String - The body text of the notification, which will be displayed below the title or subtitle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue