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

    Interface ViewSettings

    interface ViewSettings {
        allowPopups?: boolean;
        allowScriptedContent?: boolean;
        axis?: string;
        direction?: string;
        flow?: string;
        forceEvenPages?: boolean;
        forceRight?: boolean;
        globalLayoutProperties?: GlobalLayout;
        height?: number;
        ignoreClass?: string;
        layout?: LayoutProps;
        method?: string;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowPopups?: boolean
    allowScriptedContent?: boolean
    axis?: string
    direction?: string
    flow?: string
    forceEvenPages?: boolean
    forceRight?: boolean
    globalLayoutProperties?: GlobalLayout
    height?: number
    ignoreClass?: string
    layout?: LayoutProps
    method?: string
    width?: number