UNPKG

@communities-webruntime/services

Version:

If you would like to run Lightning Web Runtime without the CLI, we expose some of our programmatic APIs available in Node.js. If you're looking for the CLI documentation [you can find that here](https://www.npmjs.com/package/@communities-webruntime/cli).

53 lines 2.16 kB
export declare function getModuleValues(locale: string): { constructor?: Function | undefined; toString?: (() => string) | undefined; toLocaleString?: (() => string) | undefined; valueOf?: (() => Object) | undefined; hasOwnProperty?: ((v: PropertyKey) => boolean) | undefined; isPrototypeOf?: ((v: Object) => boolean) | undefined; propertyIsEnumerable?: ((v: PropertyKey) => boolean) | undefined; '@app/authenticationCookieName': null; '@app/basePath': string; '@app/apiBasePath': string; '@app/publicApiBasePath': string; '@app/routes': any; '@app/brandingProperties': any; '@app/guestUuidCookieName': string; '@app/isDesignMode': boolean; '@app/isPreviewMode': boolean; '@app/isMobileAppMode': boolean; '@app/viewToThemeLayoutMap': {}; '@salesforce/commerce/webstoreId': string; '@salesforce/community/basePath': string; '@salesforce/site/Id': string; '@salesforce/user/isGuest': boolean; '@salesforce/user/Id': null; '@salesforce/site/activeLanguages': any; }; export declare function generateModules(locale?: string): { constructor?: Function | undefined; toString?: (() => string) | undefined; toLocaleString?: (() => string) | undefined; valueOf?: (() => Object) | undefined; hasOwnProperty?: ((v: PropertyKey) => boolean) | undefined; isPrototypeOf?: ((v: Object) => boolean) | undefined; propertyIsEnumerable?: ((v: PropertyKey) => boolean) | undefined; '@app/authenticationCookieName': null; '@app/basePath': string; '@app/apiBasePath': string; '@app/publicApiBasePath': string; '@app/routes': any; '@app/brandingProperties': any; '@app/guestUuidCookieName': string; '@app/isDesignMode': boolean; '@app/isPreviewMode': boolean; '@app/isMobileAppMode': boolean; '@app/viewToThemeLayoutMap': {}; '@salesforce/commerce/webstoreId': string; '@salesforce/community/basePath': string; '@salesforce/site/Id': string; '@salesforce/user/isGuest': boolean; '@salesforce/user/Id': null; '@salesforce/site/activeLanguages': any; }; //# sourceMappingURL=app-modules.d.ts.map