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