Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AEMResponsiveGridComponent

Hierarchy

Index

Properties

allowedComponents

allowedComponents: { applicable: boolean; components: any }

Type declaration

  • applicable: boolean
  • components: any

classNames

classNames: string

Class names of the current component

columnClassNames

columnClassNames: Object

Map of class names corresponding to each child of the current responsive grid

columnCount

columnCount: number

Current number of columns of the grid

cqItems

cqItems: any

Map of model items included in the current container

cqItemsOrder

cqItemsOrder: any

Array of model item keys

cqPath

cqPath: string = ""

Path to the model associated with the current instance of the component

emptyLabel

emptyLabel: string = "No allowed components"

gridClassNames

gridClassNames: string

Class names associated with the current responsive grid

modelName

modelName: string = ""

Key of the model structure

title

title: string

Accessors

allowedComponentClassNames

  • get allowedComponentClassNames(): string

allowedComponentListTitleClassNames

  • get allowedComponentListTitleClassNames(): string

hostClasses

  • get hostClasses(): string

isInEditMode

  • get isInEditMode(): boolean

placeholderPath

  • get placeholderPath(): string

Methods

getAllowedComponentListLabel

  • getAllowedComponentListLabel(): string

getAllowedComponentListPlaceholderClassNames

  • getAllowedComponentListPlaceholderClassNames(): string

getAllowedComponents

  • getAllowedComponents(): any

getAttrDataPath

  • getAttrDataPath(path: any): any

getColumnClassNames

  • getColumnClassNames(itemKey: string): any

getDataPath

  • getDataPath(path: any): any

getHostClassNames

  • getHostClassNames(): string

getItem

  • getItem(itemKey: any): any

getPlaceholderClassNames

  • getPlaceholderClassNames(): string

isAllowedComponentsApplicable

  • isAllowedComponentsApplicable(): boolean

Generated using TypeDoc