Preparing search index...
The search index is not available
@xarc/react
@xarc/react
common
React
StaticLifecycle
Interface StaticLifecycle<P, S>
interface
StaticLifecycle
<
P
,
S
>
{
getDerivedStateFromError
?:
GetDerivedStateFromError
<
P
,
S
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
P
,
S
>
;
}
Type Parameters
P
S
Hierarchy (
view full
)
StaticLifecycle
ComponentClass
Index
Properties
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Properties
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
P
,
S
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
P
,
S
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Derived
State
From
Error
get
Derived
State
From
Props
@xarc/react
Loading...