Not documented.

Extends
  • Object
  • JsProxy
  • Page
Implemented by

Properties

Page child
read / write
link to the sub page
dynamic element
read-only
element of the page Can be an HtmlElement or the element name as a String
dynamic hideLeftNav
read-only
define if the left menu is hide for this page
bool isDefault
read-only
definne if page is default, home
JsObject jsProxy
read-only, inherited
JsFunction jsProxyConstructor
read-only, inherited
The Javascript constructor that will be used to build proxy objects for this class.
read-only
define if page is visible in the menu
String name
read-only
name of the page
String path
read-only
path of the page
bool useCache
read / write, inherited
Whether to introduce a cache layer and make operations read from the cache. By default JsProxys have no cache and the proxy reads values directly from the Dart object. This is primarily useful for objects that you pass in empty, and the javascript code will populate. It should be used carefully since its easy to get the two objects out of sync.

Constructors

Page(String name, String path, element, {Page child: null, bool isDefault: false, bool menu: true, hideLeftNav: false})

Methods

enterRoute(RouteEvent e) → dynamic
When enter in a new route. This function call the enterRoute function of the current element if it's possible.
toString() → String
Returns a string representation of this object.