Context
type ContextState = {
manifest?: Manifest
hasVerticalWriting?: boolean
isUsingSpreadMode?: boolean
/**
* Cover the case where either renditionLayout is pre-paginated
* or if we detect all the pages being pre-paginated. This value
* can be useful to detect a comics or manga type book. It uses
* the manifest as well but offer more convenience.
*/
isFullyPrePaginated?: boolean
}.isUsingSpreadMode$
.isUsingSpreadMode$Observable<boolean | undefined>Last updated