mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
6 lines
252 B
Markdown
6 lines
252 B
Markdown
# 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
|