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

    Interface UseServerErrorsOptions

    サーバーエラー管理composableのオプション

    interface UseServerErrorsOptions {
        autoClearTimeout?: number;
    }
    Index

    Properties

    autoClearTimeout?: number

    サーバーエラーの自動消去までのデフォルト時間(ミリ秒)

    0以下の場合、自動消去を無効にする。