TeamSharingEntityChangedInfo

EventInfo returned by TeamSharingEntityChanged event

TypeScript
export interface TeamSharingEntityChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
sharedEntityObject containing the Shared Entity that has changed
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

sharedEntity

Object containing the Shared Entity that has changed

TypeScript
sharedEntity: SharedEntity;
Property Value

SharedEntity

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any