LWT JavaScript API
    Preparing search index...

    Detailed term data including sentence and tags. Returned by GET /terms/{id}/details

    interface TermDetails {
        id: number;
        langId: number;
        lemma?: string;
        lemmaLc?: string;
        notes?: string;
        romanization?: string;
        sentence: string;
        status: number;
        statusLabel: string;
        tags: string[];
        text: string;
        textLc: string;
        translation: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number
    langId: number
    lemma?: string
    lemmaLc?: string
    notes?: string
    romanization?: string
    sentence: string
    status: number
    statusLabel: string
    tags: string[]
    text: string
    textLc: string
    translation: string