IConfigurationApiGetWidgetActions Method

Get all widget actions with widgetId

Definition

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

Parameters

widgetId  String
Id of widget

Return Value

IListDslWidgetAction
A list of widget actions

See Also