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

    Interface ManagerOptions

    interface ManagerOptions {
        afterScrolledTimeout?: number;
        allowPopups?: boolean;
        allowScriptedContent?: boolean;
        axis?: string;
        direction?: string;
        flow?: string;
        forceEvenPages?: boolean;
        forceRight?: boolean;
        fullsize?: boolean;
        gap?: number;
        globalLayoutProperties?: GlobalLayout;
        height?: number;
        hidden?: boolean;
        ignoreClass?: string;
        infinite?: boolean;
        layout?: LayoutProps;
        method?: string;
        offset?: number;
        offsetDelta?: number;
        overflow?: string;
        queue?: Queue;
        request?: RequestFunction;
        resizeOnOrientationChange?: boolean;
        rtlScrollType?: string;
        settings?: RenditionOptions;
        size?: SizeObject;
        snap?: boolean | object;
        view?: string | object | ViewConstructor;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    afterScrolledTimeout?: number
    allowPopups?: boolean
    allowScriptedContent?: boolean
    axis?: string
    direction?: string
    flow?: string
    forceEvenPages?: boolean
    forceRight?: boolean
    fullsize?: boolean
    gap?: number
    globalLayoutProperties?: GlobalLayout
    height?: number
    hidden?: boolean
    ignoreClass?: string
    infinite?: boolean
    layout?: LayoutProps
    method?: string
    offset?: number
    offsetDelta?: number
    overflow?: string
    queue?: Queue
    request?: RequestFunction
    resizeOnOrientationChange?: boolean
    rtlScrollType?: string
    settings?: RenditionOptions
    size?: SizeObject
    snap?: boolean | object
    view?: string | object | ViewConstructor
    width?: number