Skip to content

FlipDirection

const FlipDirection: object

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

Which way a page is turning: forward reads on, back returns to the previous spread.

readonly back: "back" = "back"

readonly forward: "forward" = "forward"