Skip to content

Toro Cloud Dev Center


WidgetPageFunctions

The WidgetPage class contains functions for parsing widgets and pages created from the Report Builder.

Below are sample usages:

Sample service showing how to use the `WidgetPage` functions

1
2
def parsedPage = '/report/target-page'.page(context)
def parsedWidget = '/report/target-widget'.widget(context)