Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react/src/core
IAdapterErrorPage
Interface IAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Represents an Adapter component error handler.
interface
IAdapterErrorPage
<
RawEventType
,
RawResponseType
,
ExecutionContextType
>
{
handle
?:
FunctionalAdapterErrorHandler
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
;
render
:
(
context
:
AdapterErrorPageRenderContext
<
any
>
)
=>
ReactNode
;
}
Type Parameters
RawEventType
RawResponseType
ExecutionContextType
Index
Properties
handle?
render
Properties
Optional
handle
handle
?:
FunctionalAdapterErrorHandler
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
render
render
:
(
context
:
AdapterErrorPageRenderContext
<
any
>
)
=>
ReactNode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
handle
render
Docs
Home
Stone.js API
Loading...
Represents an Adapter component error handler.