@adobe/cq-angular-editable-components
Version:
* [API](#api) * [Documentation](#documentation) * [Changelog](#changelog)
10 lines (9 loc) • 366 B
TypeScript
import { AEMContainerComponent } from '../aem-container/aem-container.component';
export declare class AEMPageComponent extends AEMContainerComponent {
/**
* Returns the aggregated path of this container path and the provided path
*
* @param path - the provided path to aggregate with the container path
*/
getDataPath(path: any): any;
}