| aggregates | String | The field from the response which contains the aggregate results. Can be set to a function which is called to return the aggregate results from the response.The result of the function should be a JavaScript object which contains the aggregate results for every field in the following format:For example, if the data source is configured like this:The aggregate results should have the following format: |
| aggregates-handler | String | The field from the response which contains the aggregate results. Can be set to a function which is called to return the aggregate results from the response.The result of the function should be a JavaScript object which contains the aggregate results for every field in the following format:For example, if the data source is configured like this:The aggregate results should have the following format: |
| axes | String | Sets the axes configuration for the pivot data source schema. |
| axes-handler | String | Sets the axes handler for the pivot data source schema. |
| catalogs | String | Sets the catalogs configuration for the pivot data source schema. |
| catalogs-handler | String | Sets the catalogs handler for the pivot data source schema. |
| cube | PivotDataSourceSchemaCubeTagHelper | Sets the cubes configuration for the pivot data source schema. |
| cubes | String | Sets the cubes configuration for the pivot data source schema. |
| cubes-handler | String | Sets the cubes handler for the pivot data source schema. |
| data | String | The field from the server response which contains the data items. Can be set to a function which is called to return the data items for the response. |
| datahandler | String | Sets the data handler for the pivot data source schema. |
| dimensions | String | Sets the dimensions configuration for the pivot data source schema. |
| dimensions-handler | String | Sets the dimensions handler for the pivot data source schema. |
| errors | String | The field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response. If there are any errors, the error event will be fired. |
| errors-handler | String | The field from the server response which contains server-side errors. Can be set to a function which is called to return the errors for response. If there are any errors, the error event will be fired. |
| groups | String | The field from the server response which contains the groups. Can be set to a function which is called to return the groups from the response.The result should have the following format: |
| groups-handler | String | The field from the server response which contains the groups. Can be set to a function which is called to return the groups from the response.The result should have the following format: |
| hierarchies | String | Sets the hierarchies configuration for the pivot data source schema. |
| hierarchies-handler | String | Sets the hierarchies handler for the pivot data source schema. |
| levels | String | Sets the levels configuration for the pivot data source schema. |
| levels-handler | String | Sets the levels handler for the pivot data source schema. |
| measures | String | Sets the measures configuration for the pivot data source schema. |
| measures-handler | String | Sets the measures handler for the pivot data source schema. |
| parse | String | Executed before the server response is used. Use it to preprocess or parse the server response. |
| total | String | The field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response. |
| total-handler | String | The field from the server response which contains the total number of data items. Can be set to a function which is called to return the total number of data items for the response. |
| type | String | The type of the response.The supported values are: "xml" or "json". By default, the schema interprets the server response as JSON. |