binxie
2023-07-11 be102ae06e8f986bd9d1a544cd2752e5fa94231a
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}