Content:
- Examples ##
- Properties
- Methods

A drawer is a navigation panel that slides in from the edge of the screen, typically from the left, to reveal additional options or content.

drw = ui.addDrawer( layout, options?, width? ) → ui object: Drawer

Here are the available methods of the Drawer Component.

Examples ##

Example - Drawer Implementation click to expand contents 

Example - Drawer Anchor Positions click to expand contents 

Properties

The following properties are available on the Drawer object:

anchorString
disabledBoolean
swipeAreaWidthNumber
widthNumber

Methods

The following methods are available on the Drawer object:

hide()