function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Marty BremerMarty Bremer 

How do I implement lightning:actionOverride for the new Lightning Web Components?

I have used the lightning:actionOverride implement with arua components to replace the standard action on standard buttons for objects (eg. Object Manager --> Object --> Buttons, Links, and Actions --> Edit the "New" button).  I am migrating to LWC but cannot find the equivalient for lightning:actionOverride.
Raj VakatiRaj Vakati
LWC wnt support on  the below Experiences 
  1. Lightning Out
  2. Lightning Components for Visualforce
  3. Standalone Apps
  4. Salesforce Console (Navigation Item API, Workspace API, UtilityBar API)
  5. Utility Bars
  6. URL Addressable Tabs
  7. Flows
  8. Snap-ins Chat
  9. Lightning for Gmail, Outlook Integration
  10. EMP API, Conversation Toolkit API, Omni Toolkit API, Quick Action API
  11. Standard Action Overrides, Custom Actions, Global Actions, List View Actions, Related List View Actions
  12. Chatter Extensions



Try this workaround and let me know 

Call the LWC from the aura component and invoke it..