Display an upload button in a Lightning Web Component
Call the SharinPix Upload Button (LWC) inside Lightning Web Component
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>60.0</apiVersion>
<isExposed>true</isExposed>
<targets>
<target>lightning__RecordPage</target>
</targets>
</LightningComponentBundle><template>
<sharinpix-sharinpix-upload
album-id={recordId}
label={label}
component-id={componentId}
enable-action={enableAction}
enable-image-sync={enableImageSync}
enable-toast={enableToast}
permission-id={permissionId}
auto-tags={autoTags}>
</sharinpix-sharinpix-upload>
</template>Parameter
Type
Description
Last updated
Was this helpful?

