Excel.LinkedEntityLoadServiceRequest interface
Represents a request to @linkedEntityLoadService
custom function to load LinkedEntityCellValue
objects.
Remarks
Properties
___domain |
Represents the ___domain specific to the service used to create the |
entities | Represents the entity IDs and cultures of the |
Property Details
___domainId
Represents the ___domain specific to the service used to create the LinkedEntityCellValue
objects.
domainId: string;
Property Value
string
Remarks
entities
Represents the entity IDs and cultures of the LinkedEntityCellValue
objects to load.
entities: LinkedEntityIdCulture[];