Protected
Readonly
_fileProtected
Readonly
_templateProtected
Readonly
_templateProtected
getRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
Processes and renders the React component template for the sidebar UI component. To generate the component correctly, it uses the list of capabilities to be included within the sidebar.
Dependencies providing the information about the aggregate and context for the template.
A promise that resolves to the artifact which contains generated React component for the sidebar.
This class is responsible for the extraction of collection capabilities and their conversion into a format suitable for sidebar navigation rendering. Finally, this class provides a method to populate and render the sidebar UI component template.