ExtendedAnnotation
Defined in: src/core/types.ts:1282
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:1288
Author/title if available.
bounds
Section titled “bounds”
readonlybounds:Rect
Defined in: src/core/types.ts:505
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:507
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:1286
Contents/subject text if available.
creationDate?
Section titled “creationDate?”
optionalcreationDate:string
Defined in: src/core/types.ts:1292
Creation date if available.
flags:
AnnotationFlags
Defined in: src/core/types.ts:1284
Annotation flags.
readonlyindex:number
Defined in: src/core/types.ts:501
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:1290
Modification date if available.
readonlytype:AnnotationType
Defined in: src/core/types.ts:503
The annotation subtype.