children is an array of content passed to this Component.
content is dynamic content that can be changed after the Widget has been rendered. It's up to the respective template to utilize this property or ignore it.
removeContent removes existing content.
setContent changes the content value.
values is a hash of values used in the template
Generated using TypeDoc
Drawer provides a widget for displaying navigation and other sidebar content.
It's api allows for toggling between hidden and shown states as well as querying the current state.
This widget's style intentionally gives it a high z-index so that it appears in-front of other content. Adjust the respective style variables to change.