1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <template>
| <lightning-card>
| <h3 slot="title">
| <lightning-icon icon-name="utility:connected_apps" size="small"></lightning-icon>
| Close Quick Action From Lightning Web Components
| </h3>
| <div slot="footer">
|
| </div>
| Record Id from Parent Component: {recordId}
| <br/>
| <lightning-button label="Close Quick Action" onclick={closeQuickAction}></lightning-button>
| </lightning-card>
| </template>
|
|