@adobe/aem-spa-page-model-manager
Version:
An interpreter between AEM Editor and the AEM SPA Editor.
29 lines • 855 B
TypeScript
/**
* Meta property names associated with the PageModelProvider and ModelRouter.
* @private
*/
export declare class MetaProperty {
/**
* Meta property pointing to page model root.
*/
static readonly PAGE_MODEL_ROOT_URL = "cq:pagemodel_root_url";
/**
* Meta property pointing to route filters.
*/
static readonly PAGE_MODEL_ROUTE_FILTERS = "cq:pagemodel_route_filters";
/**
* Meta property pointing to model router.
*/
static readonly PAGE_MODEL_ROUTER = "cq:pagemodel_router";
/**
* Meta property pointing to wcm mode.
*/
static readonly WCM_MODE = "cq:wcmmode";
/**
* Meta property with a editor data type hint
*/
static readonly WCM_DATA_TYPE = "cq:datatype";
private constructor();
}
export default MetaProperty;
//# sourceMappingURL=MetaProperty.d.ts.map