docs: fix TouchBar related documentation (#19444)

This commit is contained in:
Milan Burda 2019-08-01 16:59:26 +02:00 committed by John Kleinschmidt
parent b80429ab7f
commit 115b57649e
5 changed files with 22 additions and 22 deletions

View file

@ -11,7 +11,7 @@ Process: [Main](../tutorial/application-architecture.md#main-and-renderer-proces
* `backgroundColor` String (optional) - Button background color in hex format,
i.e `#ABCDEF`.
* `icon` [NativeImage](native-image.md) | String (optional) - Button icon.
* `iconPosition` String (optional) - Can be `left`, `right` or `overlay`.
* `iconPosition` String (optional) - Can be `left`, `right` or `overlay`. Defaults to `overlay`.
* `click` Function (optional) - Function to call when the button is clicked.
### Instance Properties