Update formatting to prevent '[] ()' sequences (e.g. String[] (optional)), which breaks MD rendering on GitHub and hides the array indication
This commit is contained in:
parent
3834f0c6a6
commit
aac31159b8
6 changed files with 11 additions and 11 deletions
|
@ -4,7 +4,7 @@
|
|||
toolbar.
|
||||
* `click` Function
|
||||
* `tooltip` String (optional) - The text of the button's tooltip.
|
||||
* `flags` String[] (optional) - Control specific states and behaviors of the
|
||||
* `flags` String[] - (optional) - Control specific states and behaviors of the
|
||||
button. By default, it is `['enabled']`.
|
||||
|
||||
The `flags` is an array that can include following `String`s:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue