Skip to content

@ui5/builder/tasks/generateThemeDesignerResources

Methods

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

Description: Generates resources required for integration with the SAP Theme Designer.

Source: builder/lib/tasks/generateThemeDesignerResources.js, line 204

Parameters:
NameTypeDescription
parametersobjectParameters
Properties:
NameTypeDescription
workspace@ui5/fs/DuplexCollectionDuplexCollection to read and write files
dependencies@ui5/fs/AbstractReaderReader or Collection to read dependency files
optionsobjectOptions
Properties
NameTypeAttributesDescription
projectNamestringProject name
versionstringProject version
projectNamespacestringoptionalIf 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>