1
chenjingwu
2024-05-24 dd87f17824ef510c6d1331ea36ae8b0faf57fed9
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}