Edit

Excel.LinkedEntityCellValueLoadedEventArgs interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Provides information about the LinkedEntityCellValue that was requested given a specified LinkedEntityId.

Properties

error

Any error encountered during the request to load the LinkedEntityCellValue.

id

Gets the LinkedEntityId of the requested LinkedEntityCellValue.

linkedEntityCellValue

Gets the LinkedEntityCellValue of the requested LinkedEntityId. If the load operation failed, this property is null.

source

Gets the source of the event. See Excel.EventSource for details.

type

Gets the type of the event. See Excel.EventType for details.

Property Details

error

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Any error encountered during the request to load the LinkedEntityCellValue.

error?: string;

Property Value

string

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)

id

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the LinkedEntityId of the requested LinkedEntityCellValue.

id: LinkedEntityId;

Property Value

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)

linkedEntityCellValue

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the LinkedEntityCellValue of the requested LinkedEntityId. If the load operation failed, this property is null.

linkedEntityCellValue?: LinkedEntityCellValue;

Property Value

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)

source

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the source of the event. See Excel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)

type

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets the type of the event. See Excel.EventType for details.

type: "LinkedEntityDataDomainLinkedEntityCellValueLoaded";

Property Value

"LinkedEntityDataDomainLinkedEntityCellValueLoaded"

Remarks

API set: ExcelApi BETA (PREVIEW ONLY)