mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #11282 from Toinane/fix-documentation
typographical revision in Documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# NotificationAction Object
|
||||
|
||||
* `type` String - The type of action, can be `button`.
|
||||
* `text` String - (optional) The label for the given action.
|
||||
* `text` String (optional) - The label for the given action.
|
||||
|
||||
## Platform / Action Support
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# ScrubberItem Object
|
||||
|
||||
* `label` String - (optional) The text to appear in this item
|
||||
* `icon` NativeImage - (optional) The image to appear in this item
|
||||
* `label` String (optional) - The text to appear in this item
|
||||
* `icon` NativeImage (optional) - The image to appear in this item
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SegmentedControlSegment Object
|
||||
|
||||
* `label` String - (optional) The text to appear in this segment
|
||||
* `icon` NativeImage - (optional) The image to appear in this segment
|
||||
* `enabled` Boolean - (optional) Whether this segment is selectable. Default: true
|
||||
* `label` String (optional) - The text to appear in this segment
|
||||
* `icon` NativeImage (optional) - The image to appear in this segment
|
||||
* `enabled` Boolean (optional) - Whether this segment is selectable. Default: true
|
||||
|
||||
Reference in New Issue
Block a user