Interface
Options when calling data source's load method.
Properties
Property | Type | Notes |
---|---|---|
excludeQuery | WidgetDataSourcePair | WidgetDataSourcePair[] | When executing query, the matched query is excluded. Valid in runtime scope only. |
refresh | boolean | Force the query even if the query parameters have not changed. |
widgetId | string | For load only. For local data source, you can use local ID as widget ID. |
excludeQuery
optional
Interface PropertyexcludeQuery: WidgetDataSourcePair | WidgetDataSourcePair[]
When executing query, the matched query is excluded. Valid in runtime scope only.