Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IEpubDocumentSectioningSelector {
        breakPosition: SectionBreakPosition;
        selector: string;
    }

    Properties

    breakPosition: SectionBreakPosition

    If the section break should happen before or after the matching elements.

    selector: string

    The CSS selector that should trigger a new section. Supports element, class and attribute selectors.

    Examples:

    • 'h1, h2'
    • 'div.chapter'
    • '[role="doc-pagebreak"]'