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

    Interface IframeViewEvents

    interface IframeViewEvents {
        axis: [string];
        displayed: [IframeView];
        hidden: [IframeView];
        loaderror: [unknown];
        markClicked: [string, object | undefined];
        rendered: [Section];
        resized: [ReframeBounds];
        shown: [IframeView];
        writingMode: [string];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • IframeViewEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    axis: [string]
    displayed: [IframeView]
    hidden: [IframeView]
    loaderror: [unknown]
    markClicked: [string, object | undefined]
    rendered: [Section]
    resized: [ReframeBounds]
    shown: [IframeView]
    writingMode: [string]