Expand all

Drawer

A View that pops up from the bottom of the screen.

Constructor

new Drawer(props) #

Parameters:

Name Type Description
props Object
Properties:
Name Type Attributes Description
className string optional

Additional CSS classes to add

children Array.<jQuery.Element> optional

An array of elements to append to

onShow function optional

Callback called before showing the drawer. It receives a promise given the show process is asynchronous. This is used in production by GrowthExperiments.

onBeforeHide function optional

Callback called before hiding the drawer

Source:

Methods

hide() #

Hides panel

Source:
Hides panel

postRender() #