LiJinHuan
2023-06-14 3b7857b6c7bdd1be18389196c648f4c63c494ae3
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}