Add more explicit types to docs for TouchBar
This commit is contained in:
parent
e315116336
commit
f97ee56c9f
5 changed files with 15 additions and 13 deletions
|
@ -16,10 +16,10 @@ The following properties are available on instances of `TouchBarLabel`:
|
|||
|
||||
#### `touchBarLabel.label`
|
||||
|
||||
The label's current text. Changing this value immediately updates the label in
|
||||
A `String` representing the label's current text. Changing this value immediately updates the label in
|
||||
the touch bar.
|
||||
|
||||
#### `touchBarLabel.textColor`
|
||||
|
||||
The label's current text color. Changing this value immediately updates the
|
||||
A `String` hex code representing the label's current text color. Changing this value immediately updates the
|
||||
label in the touch bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue