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.
This method is responsible for the population and rendering of the React component template used within the list capability to display the list of available actions on a list item. After all dependencies needed by template (@see {ListItemCapabilityOptionsTemplate} for more details) are populated, the template renderer is invoked to generate the resulting React component.
Dependencies providing the information about the aggregate and context for the template.
A promise that resolves to the artifact which contains generated React component.
The
ListItemCapabilityOptionsGenerator
class is responsible for rendering the React component from a template and thus generating the presentation layer code to display the list of available actions for a list item. It extends the template generator class and makes use ofListItemCapabilityOptionsTemplate
for template population and rendering.