Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 443 Bytes

File metadata and controls

18 lines (13 loc) · 443 Bytes

Hooks

The parts of the rendering process that can be hooked into are below.

Spine hooks

book.spine.hooks.content // Section has been loaded and parsed
book.spine.hooks.serialize // Section is being converted to text

Rendition hooks

rendition.hooks.render // Section is rendered to the screen
rendition.hooks.content // Section contents have been loaded
rendition.hooks.unloaded // Section contents are being unloaded