_List()
Named placeholder for list. Named placeholder for the item names list filtered by specified pattern.
Syntax
_List(string listName, string listItems)
_List(string listName, item type itemType)
_List(string listName, string listItems, string listValue)
_List(string listName, item type itemType, string searchPattern)
- string expression [source]: specified spring expression
Example
_List("Action", "Approve|Reject")
_List("Scenario name", ListItemTypes.ScenarioName)
_List("Threshold", "10|15|20", "20")
_List("Model name", ListItemTypes.MLModelName, "regression")