buli
2023-04-21 43fdbff49764d55c7b3a19a1d6e7d8aeb62072ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
    <c-example-wrapper
        icon-name="custom:custom86"
        lwc="pageMessagesToast"
        title="Toast Error Message"
        visualforce="pageMessages"
        visualforce-height="70px"
    >
        <c-page-messages-toast slot="lwc"></c-page-messages-toast>
 
        <!-- prettier-ignore -->
        <p>
            Let exceptions propagate instead of using apex:pageMessages.
            Fire a <a target="_blank" href="https://developer.salesforce.com/docs/component-library/bundle/lightning-platform-show-toast-event/documentation">
            lightning-platform-show-toast-event</a> to show an error toast message.
        </p>
    </c-example-wrapper>
</template>