LWT JavaScript API
    Preparing search index...

    Result of a save operation.

    interface SaveResult {
        error?: string;
        hex?: string;
        success: boolean;
        wordId?: number;
    }
    Index

    Properties

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