Skip to main content


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

createPConnect(config)

Updated on July 20, 2021

Creates a PConnect object from the input configuration of a component. The PConnect object represents a newly created component context for the given input configuration and has access to all public PConnect APIs.

Returns

A PConnect object created from the configuration data.

Parameters

NameTypeDescriptionRequired
configobjectThe payload used to create a PConnect object.

Usage example

In this example, the API creates a PConnect object based on the input configuration of the config object.

const config = { 
 "meta": {
    "type": "Button",
    "config": {
       label: "@P .Submit"
    }
  }
}

const ButtonComponentPConnect = createPConnect(config);

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