IConfigurationApiGetWidgetActions Method
|
Get all widget actions with widgetId
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxIList<DslWidgetAction> GetWidgetActions(
string widgetId
)
Parameters
- widgetId String
- Id of widget
Return Value
IListDslWidgetActionA list of widget actions
See Also