Returns
Boolean
- true
if the Link
points to an external location.
Does the Link
object point to an external location?
link = new Scrivito.Link({url: "https://scrivito.com"});
if (link.isExternal()) {
link = link.copy({target: "_blank"});
}
Returns
Boolean
- true
if the Link
points to an external location.