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