Action

This parameter contains the details of the action performed

ParameterDescription
typeThe type of action that was performed - search, button, navigate or navigate_back
textThe search query in case the action type is search
nameButton name or list element name

Note: If the action type is "navigate" or "navigate_back", the action handler in your widget must use the section_navigate return type. This ensures the widget transitions to the correct section as expected.

Sample Code:

Copied{
	"type" : "search | button | navigate|navigate_back",
	"text" : $search_query,	// for search
	"name" : $button_name | $listElementName,
	
}