Edit

Share via


Excel.LinkedEntityLoadServiceRequest interface

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

Remarks

[ API set: ExcelApi 1.19 ]

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

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

domainId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.19 ]

entities

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

entities: LinkedEntityIdCulture[];

Property Value

Remarks

[ API set: ExcelApi 1.19 ]