Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
This API retrieves the control options set by a Profound.js module.
Example
var controlOptions = pjs.getControlOptions(); var debugMode = controlOptions.debug; if (debugMode) { console.log(pjs.getFieldsArr()[0]); // dump local scope fields to the console }