Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react-core/src/declarations
MetaAdapterErrorPage
Interface MetaAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Represents an Adapter meta component error handler.
interface
MetaAdapterErrorPage
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
{
adapterAlias
?:
string
;
error
?:
any
;
isClass
?:
boolean
;
isFactory
?:
boolean
;
layout
?:
unknown
;
lazy
?:
boolean
;
module
:
|
AdapterErrorPageType
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
|
Laziable
<
AdapterErrorPageType
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
,
>
;
platform
?:
string
;
}
Type Parameters
RawEventType
RawResponseType
ExecutionContextType
Index
Properties
adapter
Alias?
error?
is
Class?
is
Factory?
layout?
lazy?
module
platform?
Properties
Optional
adapter
Alias
adapterAlias
?:
string
Optional
error
error
?:
any
Optional
is
Class
isClass
?:
boolean
Optional
is
Factory
isFactory
?:
boolean
Optional
layout
layout
?:
unknown
Optional
lazy
lazy
?:
boolean
module
module
:
|
AdapterErrorPageType
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
|
Laziable
<
AdapterErrorPageType
<
RawEventType
,
RawResponseType
,
ExecutionContextType
,
>
,
>
Optional
platform
platform
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
adapter
Alias
error
is
Class
is
Factory
layout
lazy
module
platform
Docs
Home
Stone.js API
Loading...
Represents an Adapter meta component error handler.