Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/model/ComponentFieldInstance
IDebug
Interface IDebug<Data, Payload>
Interface representing a debug object.
interface
IDebug
<
Data
=
any
,
Payload
=
any
>
{
managedProps
:
IManaged
<
Data
>
;
originalComponent
:
ComponentType
<
IManaged
<
Data
,
any
>
>
;
payload
:
Payload
;
}
Type Parameters
Data
=
any
Payload
=
any
Index
Properties
managed
Props
original
Component
payload
Properties
managed
Props
managedProps
:
IManaged
<
Data
>
original
Component
originalComponent
:
ComponentType
<
IManaged
<
Data
,
any
>
>
payload
payload
:
Payload
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
managed
Props
original
Component
payload
react-declarative
Loading...
Interface representing a debug object.