Additional Helpful LWC Types

Issue #2286 new
Matthew Chevalier created an issue

The Type selector in the LWC creation modal is very handy.

There’s two types of LWC that I find myself creating pretty consistently, and both require configurations that I have to look up every time.

They’re both Quick Actions.
-Screen Action(html, js)
-Headless Action(js only)

It would be quite handy to have those to included in the LWC type selector with the configurations all set and ready to go.

Also for the headless action, having @api recordId and @api invoke() {} already in the js would be great since they are required in basically every headless action.

Comments (1)

  1. Log in to comment