Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IPageProgressionTimelineRangeData

    Describes a range in the PageProgressionTimeline.

    interface IPageProgressionTimelineRangeData {
        end: IPageProgressionTimelinePositionData;
        start: IPageProgressionTimelinePositionData;
    }

    Properties

    The end position included in this range within the parent timeline.

    The start position of this range within the parent timeline.