Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.4 KB

README.md

File metadata and controls

62 lines (37 loc) · 1.4 KB

presentation-drawer

The Augmented.js Next - Presentation Drawer Module.

API

Table of Contents

DrawerView

Extends DirectiveView

A simple drawer with a sliding content drawer window. Currently only supports drawers to the right of the main box.

Supported options:

  • content - The main content window
  • drawer - The slide-out drawer content

Parameters

  • options Object Options for the class

content

The callback method for clicking/tapping the main content box

Parameters

  • e Event The standard event

Returns DrawerView Returns 'this'

innerdrawer

The callback method for clicking/tapping the innerdrawer

Parameters

  • e Event The standard event

Returns DrawerView Returns 'this'

render

Main render method

Returns DrawerView Returns 'this'