I have a layout:
<?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <update handle="editor"/> <body> <referenceContainer name="content"> <uiComponent name="name_name2_form"/> </referenceContainer> </body> </page>
and want to add custom JS file, so that it only works here (this UI component) How I can do this? Ty for answer