xxxxxxxxxx
import { LightningElement, api } from 'lwc';
export default class LWCExample extends LightningElement {
@api recordId;
}
xxxxxxxxxx
<aura:component implements="force:lightningQuickAction,force:hasRecordId">
<aura:attribute name="recordId" type="String" />
</aura:component>