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

    Result object used by the EpubCfiResolver when it encounters an indirection where the caller must fetch a new document in order to continue resolving the EPUBCFI.

    interface IEpubCfiIndirectionResult {
        documentUrl: URL;
        element: Element;
    }

    Properties

    documentUrl: URL

    The document URL where the indirection element was found.

    element: Element

    The indirection element that should contain information about the document to fetch.