Not finding what you are looking for? Request a recipe!
The CustomEvent class is an easily configured generic event. It takes one additional parameter: data, which is an object containing name-value pairs. Create your data object. Add as many name value-pairs as desired, then pass the object as the second parameter to CustomEvent. You event listener will ...
A custom "LinkTextArea" component which extends TextArea can manually dispatch the appropriate "link" event.