Class: Layout

Layout(options)

Basic class for layout

Constructor

new Layout(options)

Creates a new Layout instance
Parameters:
Name Type Description
options Object The options for the layout
Properties
Name Type Attributes Description
name string The name of the layout
enterHandler function <optional>
Handler called when entering the layout
leaveHandler function <optional>
Handler called when leaving the layout
Source:
Throws:
If the layout name is not provided
Type
Error

Classes

Layout

Members

valueOf

Returns the name of the layout
Source: