mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
use lowercase for optional annotation
This commit is contained in:
@@ -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