afv-library/skills/experience-lwc-generate/assets/native-modal-component/nativeModalComponent.js-meta.xml

14 lines
494 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
NATIVE MODAL TEMPLATE - METADATA
Modals that extend lightning/modal are opened imperatively via
YourModalName.open({ ... }) from another component's JS — they are
not placed declaratively on a page, so isExposed stays false and no
targets are declared.
-->
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>66.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>