Class
This message is published when a widget needs to announce the user click event. For example: A Button widget publishes this message when user click on it, and triggers a Sidebar widget toggling between expand and collapse.
Implements
Properties
| Property | Type | Notes | 
|---|---|---|
| type | MessageType | The message type. | 
| widgetId | string | The widget id from which the message is sourced. If a widget id is not provided, the message is provided by the Jimu framework. | 
type
Class Propertytype: MessageType = MessageType.ButtonClickThe message type.