@ui5/builder/tasks/generateThemeDesignerResources

Methods

(static) default(parameters) → {Promise.<undefined>}

Description:
  • Generates resources required for integration with the SAP Theme Designer.
Source:
Parameters:
Name Type Description
parameters object Parameters
Properties
Name Type Description
workspace @ui5/fs/DuplexCollection DuplexCollection to read and write files
dependencies @ui5/fs/AbstractReader Reader or Collection to read dependency files
options object Options
Properties
Name Type Attributes Description
projectName string Project name
version string Project version
projectNamespace string <optional>
If the project is of type library, provide its namespace. Omit for type theme-library
Returns:
Promise resolving with undefined once data has been written
Type
Promise.<undefined>