Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported scoped variable for the current path. This scoped variable has nested visibility. | |||
varStatus | false | false | java.lang.String |
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility. | |||
varUcssId | false | false | java.lang.String |
Name of the exported scoped variable for the current UCssId. This scoped variable has nested visibility. | |||
paths | true | true | java.lang.String |
List of paths to iterate over, separated by a comma. | |||
page | true | true | com.exalead.cv360.searchui.configuration.v10.MashupPage |
The page we want to iterate from. Object is of type MashupPage. | |||
feed | true | true | com.exalead.access.feedapi.ResultFeed |
The ResultFeed of the page we want to iterate from. Object is of type ResultFeed. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported scoped variable for the current path. This scoped variable has nested visibility. | |||
varStatus | false | false | java.lang.String |
Name of the exported scoped variable for the status of the iteration. This scoped variable has nested visibility. | |||
dataWidgetWrapper | true | true | com.exalead.cv360.searchui.widgets.DataWidgetWrapper |
The widget that contains the triggers to evaluate. Object is of type DataWidgetWrapper. Defaults to the current widget context. |