MobileCRM.UI.EntityListClickContext - Resconet/JSBridge GitHub Wiki
Represents a context for the MobileCRM.UI.EntityList.onClick handler.
Property | Type | Description |
---|---|---|
entities | Array | Single item array containing the DynamicEntity object representing clicked entity. |
propertyName | String | The field name that was clicked within the list item. |
event | MobileCRM.UI.EntityListClickEvent | Event details. |