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
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
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
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[];