Excel.LinkedEntityCellValueLoadedEventArgs interface
Provides information about the LinkedEntityCellValue that was requested given a specified LinkedEntityId.
Remarks
Used by
Properties
| error | Any error encountered during the request to load the |
| id | Gets the |
| linked |
Gets the |
| source | Gets the source of the event. See |
| type | Gets the type of the event. See |
Property Details
error
Any error encountered during the request to load the LinkedEntityCellValue.
error?: string;
Property Value
string
Remarks
id
Gets the LinkedEntityId of the requested LinkedEntityCellValue.
id: LinkedEntityId;
Property Value
Remarks
linkedEntityCellValue
Gets the LinkedEntityCellValue of the requested LinkedEntityId. If the load operation failed, this property is null.
linkedEntityCellValue?: LinkedEntityCellValue;
Property Value
Remarks
source
Gets the source of the event. See Excel.EventSource for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Gets the type of the event. See Excel.EventType for details.
type: "LinkedEntityDataDomainLinkedEntityCellValueLoaded";
Property Value
"LinkedEntityDataDomainLinkedEntityCellValueLoaded"