@adobe/aem-spa-page-model-manager
Version:
An interpreter between AEM Editor and the AEM SPA Editor.
16 lines • 379 B
TypeScript
/**
* @private
*/
export declare class InternalConstants {
/**
* Sling model selector.
*/
static readonly DEFAULT_SLING_MODEL_SELECTOR = "model";
/**
* JSON model extension.
*/
static readonly DEFAULT_MODEL_JSON_EXTENSION: string;
private constructor();
}
export default InternalConstants;
//# sourceMappingURL=InternalConstants.d.ts.map