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

    Generic type to describe a range between two EPUB CFI Offsets.

    interface IEpubCfiOffsetRange<T extends EpubCfiOffsetRangeType> {
        end: T;
        start: T;
    }

    Type Parameters

    Properties

    end: T

    The exclusive end position.

    start: T

    The inclusive start position.