@adobe/cq-angular-editable-components
Version:
* [API](#api) * [Documentation](#documentation) * [Changelog](#changelog)
24 lines (23 loc) • 697 B
TypeScript
import { AEMContainerComponent } from '../aem-container/aem-container.component';
export declare class AEMResponsiveGridComponent extends AEMContainerComponent {
/**
* Returns weather of not we are in the editor
*/
readonly isInEditMode: boolean;
/**
* Returns the placeholder classes
*/
readonly placeholderClass: string;
/**
* Returns the placeholder path
*/
readonly placeholdePath: string;
/**
* Returns the gridClasses for the cqModel of the responsive grid
*/
readonly gridClasses: any;
/**
* Returns the class names of the responsive grid based on the data from the cqModel
*/
readonly classNames: string;
}