Add annotationIsExternal
property to annotations
This commit is contained in:
parent
5266734ac9
commit
ebc0ca2462
9 changed files with 117 additions and 7 deletions
|
@ -952,6 +952,9 @@ async function createAnnotation(type, parentItem, options = {}) {
|
|||
[314.4, 412.8, 556.2, 609.6]
|
||||
]
|
||||
});
|
||||
if (options.isExternal) {
|
||||
annotation.annotationIsExternal = options.isExternal;
|
||||
}
|
||||
if (options.tags) {
|
||||
annotation.setTags(options.tags);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue