Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AEMAllowedComponentsContainerComponent

Hierarchy

Index

Properties

allowedComponents

allowedComponents: { applicable: boolean; components: any }

Type declaration

  • applicable: boolean
  • components: any

classNames

classNames: string

Class names of the current component

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"

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

getDataPath

  • getDataPath(path: any): any

getHostClassNames

  • getHostClassNames(): string

getItem

  • getItem(itemKey: any): any

getPlaceholderClassNames

  • getPlaceholderClassNames(): string

isAllowedComponentsApplicable

  • isAllowedComponentsApplicable(): boolean

Generated using TypeDoc