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

6 lines
255 B
Markdown
Raw Permalink Normal View History

# SegmentedControlSegment Object
* `label` string (optional) - The text to appear in this segment.
2018-07-20 11:58:19 -06:00
* `icon` NativeImage (optional) - The image to appear in this segment.
* `enabled` boolean (optional) - Whether this segment is selectable. Default: true.