The anchor () DOM element whose URL should be edited.
An editor instance to operate on. If a range is selected, either prompt for a URL and add a link or un-link the currently linked text.
Optional
showPrompt: ShowPromptCallback = defaultShowPromptAn optional custom input handler. Defaults
to using window.prompt
.
Generated using TypeDoc
Exposes the core behavior for editing an existing link, and allows for customization of the URL input handler.