Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IReaderViewAnnotationLayerOptions

    Options related with the ReaderViewAnnotationLayer.

    interface IReaderViewAnnotationLayerOptions {
        annotationInputEngineEventsEnabled?: boolean;
        layerClassName?: string;
        layerStyle?: { [property: string]: string };
        zIndex?: number;
    }

    Properties

    annotationInputEngineEventsEnabled?: boolean

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

    false
    
    layerClassName?: string

    Class name to add to annotation layer elements.

    layerStyle?: { [property: string]: string }

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

    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.

    0