TeamSharingEntityChangedInfo
EventInfo returned by TeamSharingEntityChanged event
TypeScript
export interface TeamSharingEntityChangedInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| sharedEntity | SharedEntity | Object containing the Shared Entity that has changed |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
sharedEntity
Object containing the Shared Entity that has changed
TypeScript
sharedEntity: SharedEntity;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any