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 template for edit capability implementation. After all dependencies needed by template (@see {EditLdkitInstanceTemplate} for more details) are populated, the template renderer is invoked to generate the resulting code.
Dependencies providing the information about the aggregate and context for the template.
A promise that resolves to the artifact which contains generated implementation for instance edit capability.
The
EditLdkitInstanceGenerator
class is responsible for generating the implementation of the instance edit capability using the LDkit library. This class provides specific logic for template population and generation of dependencies needed for the data layer of the instance edit capability of the generated application.