UI Component Dependencies

List of resources to make available for import in the UI Component’s source code.

Field Description

Field Name

Name. Name to use in component’s source code import statements in order to give access to the resource indicated by the Link.

In the case of a dependency with Name equal to 'testModule' and a Link that references a resource containing a React module TestModule, the import statement in Source would be: import TestModule from 'testModule';

name

Link. Link to the target resource. Can be a URL, or Media/Content Library link.

link

Was this page helpful?