Click or drag to resize

IConfigurationApiGetWidgetActions Method

Get all widget actions with widgetId

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
IList<DslWidgetAction> GetWidgetActions(
	string widgetId
)

Parameters

widgetId  String
Id of widget

Return Value

IListDslWidgetAction
A list of widget actions
See Also