型・APIリファレンス
Preparing search index...
injectServerErrors
Function injectServerErrors
injectServerErrors
()
:
{
clearServerError
:
(
propertyName
:
string
)
=>
void
;
getServerErrors
:
(
propertyName
:
string
)
=>
string
[]
;
hasServerError
:
(
propertyName
:
string
)
=>
boolean
;
}
サーバーエラー状態をinjectする(子コンポーネントで呼び出す)
Returns
{
clearServerError
:
(
propertyName
:
string
)
=>
void
;
getServerErrors
:
(
propertyName
:
string
)
=>
string
[]
;
hasServerError
:
(
propertyName
:
string
)
=>
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
型・APIリファレンス
Loading...
サーバーエラー状態をinjectする(子コンポーネントで呼び出す)