Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

registerComponentCreator(creator)

Updated on July 20, 2021

Registers the component creator function.

Note: The registered component creator function receives the C11nEnv object as the primary argument and the additionalProps object (if any) as the secondary argument.

Returns

Not applicable.

Parameters

NameTypeDescriptionRequired
creatorfunctionThe function that is called to register a component creator.

Usage example

In this example, the API registers the component creator function, which will be used by all rendered components to create the component instance.

PCore.registerComponentCreator((c11nEnv, additionalProps = {}) => {
  return React.createElement(PConnectHOC(), {
 ...c11nEnv,
 ...c11nEnv.getPConnect().getConfigProps(),
 ...c11nEnv.getPConnect().getActions(),
 ...{ additionalProps }
});

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us