Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
929 B

<template>
Wow.
<!-- <vlocity_cmt-action
icon-extraclass="slds-m-right_small"
state-action={item}
action-wrapperclass="slds-size--1-of-1"
action-labelclass="slds-size--7-of-8"
icon-wrapperclass="slds-size--1-of-8"
></vlocity_cmt-action>
-->
<vlocity_cmt-action
debug="true"
onclick={fetchData}
ondata={onSuccessCallback}
onerror={onErrorCallback}>
<p>URL: {url}</p>
</vlocity_cmt-action>
<!-- <vlocity_cmt-button label="Fetch Contact" theme="nds" type="button" variant="brand">My Button</vlocity_cmt-button> -->
<vlocity_cmt-navigate-action
target-type={_targetType}
target-id={_targetId}
target-name={_targetName}
target-params={_targetParams}
target-action={_targetAction}
replace>
<p>URL: {url}</p>
</vlocity_cmt-navigate-action>
</template>