型・APIリファレンス
    Preparing search index...

    Interface AiAutocompleteUpdateResult

    オートコンプリート更新結果

    interface AiAutocompleteUpdateResult {
        fieldErrors: Record<string, string>;
        updatedProperties: string[];
    }
    Index

    Properties

    fieldErrors: Record<string, string>

    フィールドレベルのエラー情報(プロパティ名 → エラーメッセージ)

    updatedProperties: string[]

    値が更新されたプロパティ名の配列