mirror of
https://github.com/electron/electron.git
synced 2026-01-14 18:08:07 -05:00
6 lines
255 B
Markdown
6 lines
255 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.
|