electron/docs/api/structures/segmented-control-segment.md
2018-07-20 10:58:19 -07:00

5 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.