@likecoin/epub-ts
    Preparing search index...

    Interface AnnotationEvents

    Annotation object

    Type of annotation to add: "highlight", "underline", "mark"

    EpubCFI range to attach annotation to

    Data to assign to annotation

    Index in the Spine of the Section annotation belongs to

    Callback after annotation is clicked

    CSS class to assign to annotation

    CSS styles to assign to annotation

    annotation

    interface AnnotationEvents {
        attach: [object | null | undefined];
        detach: [];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • AnnotationEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    attach: [object | null | undefined]
    detach: []