LWT JavaScript API
    Preparing search index...

    Print item from API - represents a word or punctuation in print view.

    interface PrintItem {
        isParagraph: boolean;
        isWord: boolean;
        position: number;
        romanization: string;
        status: number | null;
        tags: string;
        text: string;
        translation: string;
        wordId: number | null;
    }
    Index

    Properties

    isParagraph: boolean
    isWord: boolean
    position: number
    romanization: string
    status: number | null
    tags: string
    text: string
    translation: string
    wordId: number | null