@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
10 lines (9 loc) • 454 B
TypeScript
import { type IQueryLoadConfiguration } from "../contracts/querying/query-load-configuration";
export declare class QueryLoadingResource {
/**
* Indicates if and how entities resulting entities should be loaded. By default, no entities will be loaded, only ids.
*
* @deprecated For backwards compatibility only. Loading configurations are now passed as a separate parameter.
*/
loadConfiguration: IQueryLoadConfiguration;
}