Skip to content

Layout

const Layout: object

Defined in: core/src/options.ts:7

How many pages are visible at once. auto picks by container width.

readonly auto: "auto" = "auto"

readonly single: "single" = "single"

readonly spread: "spread" = "spread"