Skip to main content

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@107775

Defined in

packages/reactant-module/src/core/view.ts:8


[storeKey]

Optional Readonly [storeKey]: Store<any, AnyAction>

Implementation of

Service.__@storeKey@107761

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

NameType
propsRecord<string, any>

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

packages/reactant-module/src/core/view.ts:28