UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

12 lines (11 loc) 294 B
export declare enum MemberLoadOption { /** * Restricts getting members to members that are already loaded. */ LocalOnly = 0, /** * Allows members to be lazy loaded when needed. * For performance reasons, this should be used wisely. */ LazyLoading = 1 }