LWT JavaScript API
    Preparing search index...

    Result of a word action operation.

    interface WordActionResult {
        error?: string;
        newStatus?: number;
        success: boolean;
        wordId?: number;
    }
    Index

    Properties

    error?: string
    newStatus?: number
    success: boolean
    wordId?: number