Create a Custom Property Editor

To replace the default property editor for a given property type in a custom Lightning web component, create a custom property editor. First create a Lightning web component, including HTML and CSS, to serve as the property editor. Then link your custom property editor back to the component properties that you want to use this editor for.

See Also