wp.publicRenderParam | HCL Digital Experience
Public render parameters can be used by portlets to share context information. They are addressed with qualified names. The wp.publicRenderParam expression bean can be used within a theme or theme module to read the first String value of a public render parameter.
The public render parameter is read in the context of the currently selected page that is determined internally. If your public render parameter has multiple values, you must use the wp.publicRenderParamValues expression bean instead.
Attributes:
- get(qname)
-
Reads the first string value of the public render parameter that is identified by the qualified name.