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

    Interface RenditionOptions

    interface RenditionOptions {
        allowPopups?: boolean;
        allowScriptedContent?: boolean;
        defaultDirection?: string;
        direction?: string;
        flow?: string;
        gap?: number;
        globalLayoutProperties?: GlobalLayout;
        height?: string | number;
        ignoreClass?: string;
        infinite?: boolean;
        layout?: string;
        manager?: string | object | ViewManagerConstructor;
        minSpreadWidth?: number;
        orientation?: string;
        overflow?: string;
        resizeOnOrientationChange?: boolean;
        script?: string;
        snap?: boolean | object;
        spread?: string | boolean;
        stylesheet?: string;
        view?: string | object | ViewConstructor;
        width?: string | number;
    }
    Index

    Properties

    allowPopups?: boolean
    allowScriptedContent?: boolean
    defaultDirection?: string
    direction?: string
    flow?: string
    gap?: number
    globalLayoutProperties?: GlobalLayout
    height?: string | number
    ignoreClass?: string
    infinite?: boolean
    layout?: string
    manager?: string | object | ViewManagerConstructor
    minSpreadWidth?: number
    orientation?: string
    overflow?: string
    resizeOnOrientationChange?: boolean
    script?: string
    snap?: boolean | object
    spread?: string | boolean
    stylesheet?: string
    view?: string | object | ViewConstructor
    width?: string | number