Skip to content

Instantly share code, notes, and snippets.

@sebastiankessel
Created August 30, 2019 21:57
Show Gist options
  • Save sebastiankessel/fdd231eae893c1b5d71e41bce1e4898d to your computer and use it in GitHub Desktop.
Save sebastiankessel/fdd231eae893c1b5d71e41bce1e4898d to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<LightningMessageChannel xmlns="http://soap.sforce.com/2006/04/metadata">
<masterLabel>SayWhat</masterLabel>
<isExposed>true</isExposed>
<description>This Lightning Message Channel sends information from VF to LWC and back.</description>
<lightningMessageFields>
<fieldName>messageToSend</fieldName>
<description>The message to communicate to others</description>
</lightningMessageFields>
<lightningMessageFields>
<fieldName>sourceSystem</fieldName>
<description>Who Is Saying This?</description>
</lightningMessageFields>
</LightningMessageChannel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment