Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ Adds a new Panel.
| opacity | Number | Panel opacity |
| dock | Boolean | (Experimental) Indicates whether the panel should be docked to either the left or right window border (depending on params.align), docked panels height equal window height, default: false |

**Panel Visibility**
Panel Visibility can be changed by using `controlKit.addPanel(options).disable()` or `controlKit.addPanel(options).enable()`

###Group

####panel.addGroup(options)
Expand Down