electron/docs/api/structures/segmented-control-segment.md

6 lines
255 B
Markdown
Raw Normal View History

# SegmentedControlSegment Object
2018-07-20 17:58:19 +00:00
* `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.