Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Function: namedObserver()

namedObserver<T>(displayName, component): T

Creates the observable React component. Internal use only.

Type Parameters

T extends FunctionComponent<any, T>

Parameters

displayName: string

the displayName value of the React component.

component: T

the React component.

Returns

T

the observable React component.