TeamSharingEntityChangedInfo
EventInfo returned by TeamSharingEntityChanged event
TypeScript
export interface TeamSharingEntityChangedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| sharedEntity | Object containing the Shared Entity that has changed |
| adaptableContext | 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