-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityListClickContext
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
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. |