Class: ViewModule
core/view.ViewModule
Implements
Service
Constructors
constructor
• new ViewModule()
Defined in
packages/reactant-module/src/core/view.ts:12
Properties
[identifierKey]
• Optional
Readonly
[identifierKey]: string
Implementation of
Service.__@identifierKey@59324
Defined in
packages/reactant-module/src/core/view.ts:8
[storeKey]
• Optional
Readonly
[storeKey]: Store
<any
, AnyAction
>
Implementation of
Service.__@storeKey@59309
Defined in
packages/reactant-module/src/core/view.ts:10
Methods
component
▸ Abstract
component(props
): null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>
React function component defined by the current ViewModule
Parameters
Name | Type |
---|---|
props | Record <string , any > |
Returns
null
| ReactElement
<any
, string
| JSXElementConstructor
<any
>>