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