Options
All
  • Public
  • Public/Protected
  • All
Menu

Options related with the ReaderViewAnnotationLayer.

Hierarchy

  • IReaderViewAnnotationLayerOptions

Index

Properties

Optional annotationInputEngineEventsEnabled

annotationInputEngineEventsEnabled?: boolean

If engine events related to mouse, pointer and touch input on annotations should be emitted.

default

false

Optional layerClassName

layerClassName?: string

Class name to add to annotation layer elements.

nodefault

Optional layerStyle

layerStyle?: {}

An object with css declarations to apply to the annotation layer. Example { "background-blend-mode": "multiply" }

nodefault

Type declaration

  • [property: string]: string

Optional zIndex

zIndex?: number

The z-index of the annotation layer. Layers are rendered with the lowest z-index in the bottom and highest z-index on top. Must be equal or greater than 0.

int
default

0

Generated using TypeDoc