KKbes
2023-06-26 29c118ac6825cf3ad6398fc2dfd7e519d7569daa
1
2
3
4
5
import { LightningElement, api } from 'lwc';
 
export default class ViewRecordWithParentRecordDataWrapper extends LightningElement {
    @api recordId;
}