Link more touch bar params

This commit is contained in:
Kevin Sawicki 2017-03-08 13:04:55 -08:00
parent 4f817873f1
commit dcfab1b6a0
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Process: [Main](../tutorial/quick-start.md#main-process)
* `label` String (optional) - Button text.
* `backgroundColor` String (optional) - Button background color in hex format,
i.e `#ABCDEF`.
* `icon` NativeImage (optional) - Button icon.
* `icon` [NativeImage](native-image.md) (optional) - Button icon.
* `click` Function (optional) - Function to call when the button is clicked.
### Instance Properties