LWT JavaScript API
    Preparing search index...

    Result of a save operation.

    interface LanguageSaveResult {
        error?: string;
        id?: number;
        reparsed?: number;
        success: boolean;
    }
    Index

    Properties

    error?: string
    id?: number
    reparsed?: number
    success: boolean