Class name to add to the ReaderViewAnnotation container elements. This element defines the bounding box for all ranges and points created by the ReaderViewAnnotation for a page.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer and how you can affect styling using custom class names, see ReaderViewAnnotationLayer documentation.
CSS style declarations to add to the ReaderViewAnnotation container element. This element defines the bounding box for all ranges and points created by the ReaderViewAnnotation for a page.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer, see ReaderViewAnnotationLayer documentation.
Class name to add to each rectangle generated by the ReaderViewAnnotation when it represents a position.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer and how you can affect styling using custom class names, see ReaderViewAnnotationLayer documentation.
An object with css declarations to apply to rectangles when ReaderViewAnnotation represents a position.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer, see ReaderViewAnnotationLayer documentation.
Example: { "background-color": "violet", width: 16px; height: 16px }
Class name to add to each rectangle generated by the ReaderViewAnnotation when it represents a range. For example, when an annotation refers to serveral lines of text, one element will be rendered per line.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer and how you can affect styling using custom class names, see ReaderViewAnnotationLayer documentation.
An object with css declarations to apply to rectangles when ReaderViewAnnotation represents a range. For example, when an annotation refers to serveral lines of text, one element will be rendered per line.
For more details about the DOM structure of the rendered ReaderViewAnnotationLayer, see ReaderViewAnnotationLayer documentation.
Example: { "background-color": "violet" }
Generated using TypeDoc
Options related with the presentation of ReaderViewAnnotations.