Edit

Share via


Excel.LinkedEntityLoadServiceRequest 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.

Represents a request to @linkedEntityLoadService custom function to load LinkedEntityCellValue objects.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

Properties

domainId

Represents the domain specific to the service used to create the LinkedEntityCellValue objects.

entities

Represents the entity IDs and cultures of the LinkedEntityCellValue objects to load.

Property Details

domainId

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.

Represents the domain specific to the service used to create the LinkedEntityCellValue objects.

domainId: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

entities

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.

Represents the entity IDs and cultures of the LinkedEntityCellValue objects to load.

entities: LinkedEntityIdCulture[];

Property Value

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]