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

    Interface SetServerErrorParams

    interface SetServerErrorParams {
        messages: string[];
        propertyName: string;
        timeoutMs?: number;
    }
    Index

    Properties

    messages: string[]

    エラーメッセージ配列

    propertyName: string

    対象プロパティ名

    timeoutMs?: number

    自動消去までの時間(ミリ秒)

    省略時はデフォルト値を使用する。 0以下の場合、自動消去を行わない。