Simple Locator Data
Used for referencing specific locations (including ranges) in publications.
Can be transformed into a valid URL by:
let url: string;
if (selectors.length 0) {
url = sourceUrl + '#' + selectors[0];
} else {
url = sourceUrl;
}
Content copied to clipboard