LWT JavaScript API
    Preparing search index...

    Sentence containing a term.

    interface SentenceWithTerm {
        id: number;
        sentence: string;
        textId: number;
        textTitle?: string;
    }
    Index

    Properties

    id: number
    sentence: string
    textId: number
    textTitle?: string