ExtendedAnnotation
Defined in: src/core/types.ts:1309
Extended annotation information with additional details.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”author?
Section titled “author?”
optionalauthor:string
Defined in: src/core/types.ts:1315
Author/title if available.
bounds
Section titled “bounds”
readonlybounds:Rect
Defined in: src/core/types.ts:507
The bounding rectangle in page coordinates.
Inherited from
Section titled “Inherited from”colour
Section titled “colour”
readonlycolour:Colour|null
Defined in: src/core/types.ts:509
The annotation colour, or null if not set.
Inherited from
Section titled “Inherited from”contents?
Section titled “contents?”
optionalcontents:string
Defined in: src/core/types.ts:1313
Contents/subject text if available.
creationDate?
Section titled “creationDate?”
optionalcreationDate:string
Defined in: src/core/types.ts:1319
Creation date if available.
flags:
AnnotationFlags
Defined in: src/core/types.ts:1311
Annotation flags.
readonlyindex:number
Defined in: src/core/types.ts:503
Zero-based index of the annotation on its page.
Inherited from
Section titled “Inherited from”modificationDate?
Section titled “modificationDate?”
optionalmodificationDate:string
Defined in: src/core/types.ts:1317
Modification date if available.
readonlytype:AnnotationType
Defined in: src/core/types.ts:505
The annotation subtype.