-
Please Explain my Query regarding Salesforce Lightning Record Page Information?
My Lightning web component is deployed on many custom Lightning pages. Can we get the information inside lwc from where my component is rendered. One way is to pass the Lightning Page Name/Developername as a property in meta file, But wondering if there is some method already to be used directly in LWC to get the custom page information just like ‘objectApiName’ or ‘getObjectInfo’ in js
Log In to reply.