Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface ISearchResultItemDef {
        contentBlocks?: IContentBlock[];
        contentLocation: IContentLocation;
        matchingText: string;
        readerDocumentIndexInSpine: number;
        textAfter: string;
        textBefore: string;
    }

    Properties

    contentBlocks?: IContentBlock[]
    contentLocation: IContentLocation
    matchingText: string
    readerDocumentIndexInSpine: number
    textAfter: string
    textBefore: string