The direct children of the component.
Looks up a nested component by a sequence of names (e.g. getComponent('main', 'banner')).
Names of the component and its ancestors, from outermost to innermost.
The matching component, or undefined if not found.
Returns the component itself when called with no arguments.
Looks up a nested component by its id, searching the full subtree.
The component id to find.
The matching component (typed as U), this component if the id matches, or
undefined if not found.
Returns the content of this component.
The page that contains the content
The component id.
Returns the label of a container item catalogue component.
The label of a catalogue component (e.g. "News List").
The component meta-data collection.
The map of the component models.
The name of the component.
The parameters of the component.
The properties of the component.
Returns the type of a container item. The available types depend on which container items have been configured in the backend.
The type of a container item (e.g. "Banner").
The link to the partial component model.
Returns whether the component should not render anything. Hiding components is only possible with the Relevance feature.
Whether the component is hidden or not.
Unsubscribes from an event.
The event name.
The event listener.
Subscribes for an event.
The event name.
The event listener.
The unsubscribe function.
A component that can be configured in the UI.