Add docs for segmented control touch bar item

This commit is contained in:
Samuel Attard 2017-03-10 17:50:23 +11:00
parent 1c027c526b
commit e6a66b6006
No known key found for this signature in database
GPG key ID: E89DDE5742D58C4E
2 changed files with 46 additions and 0 deletions

View 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