feat(docs): fix 'optional' wording
This commit is contained in:
parent
124667c29b
commit
59607c9a17
14 changed files with 92 additions and 92 deletions
|
@ -1,5 +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
|
||||
* `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