layoutOf method

EpubLayout layoutOf(
  1. Link link
)

Determines the layout of the given resource in this publication. The default layout is reflowable.

Implementation

EpubLayout layoutOf(Link link) =>
    link.properties.layout ?? layout ?? EpubLayout.reflowable;