LWT JavaScript API
    Preparing search index...

    Annotation item from API - represents a term in improved annotated view.

    interface AnnotationItem {
        isWord: boolean;
        order: number;
        text: string;
        translation: string;
        wordId: number | null;
    }
    Index

    Properties

    isWord: boolean
    order: number
    text: string
    translation: string
    wordId: number | null