Add docs for segmented control touch bar item
This commit is contained in:
parent
1c027c526b
commit
e6a66b6006
2 changed files with 46 additions and 0 deletions
5
docs/api/structures/segmented-control-segment.md
Normal file
5
docs/api/structures/segmented-control-segment.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue