OptionalcontainerA class name or space-separated class names 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.
OptionalcontainerCSS 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.
OptionalpositionA class name or space-separated class names 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.
OptionalpositionAn 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 }
OptionalrangeA class name or space-separated class names to add to each rectangle generated by the ReaderViewAnnotation when it represents a range. For example, when an annotation refers to several 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.
OptionalrangeAn object with css declarations to apply to rectangles when ReaderViewAnnotation represents a range. For example, when an annotation refers to several 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" }
Options related with the presentation of ReaderViewAnnotations.