new ViewQuery(body)
- Description:
ViewQuerydefines user agent information.
- Source:
Parameters:
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
body |
String | Object | the view query body or an object literal for Properties
|
Extends
- OrdQuery
Methods
getParameters() → {Object}
- Description:
Return the view parameters as an object literal.
Please note, this returns a defensive copy of the parameters.
- Source:
Returns:
the parameters.
- Type
- Object
getViewId() → {String}
- Description:
Return the view id (this could be view type spec or the name of a Px view).
- Source:
Returns:
- Type
- String