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