mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -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
|