Not documented.
- Extends
- Object
- JsProxy
- Page
Properties
- Page child
-
read / writelink to the sub page
- dynamic element
-
read-onlyelement of the page Can be an HtmlElement or the element name as a
String
-
read-onlydefine if the left menu is hide for this page
- bool isDefault
-
read-onlydefinne if page is default, home
- JsObject jsProxy
-
read-only, inherited
- JsFunction jsProxyConstructor
-
read-only, inheritedThe Javascript constructor that will be used to build proxy objects for this class.
-
read-onlydefine if page is visible in the menu
- String name
-
read-onlyname of the page
- String path
-
read-onlypath of the page
- bool useCache
-
read / write, inheritedWhether 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
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.