Hyperlink configuration
Samples
typescript
new AiEditor({
element: "#aiEditor",
link: {
autolink: true,
rel: "",
class: "",
bubbleMenuItems: ["Edit", "UnLink", "visit"],
}
})- autolink: Auto-connect
- rel: The default value configuration for the
refattribute of theatag. - class: The default value configuration for the
classattribute of theatag. - bubbleMenuItems: The bubble menu configuration that pops up when the
atag gets the focus (the configuration is not case sensitive)
