This function removes an entry from the left-hand side Widgets Toolbox of the Visual Designer.

Parameter:

  • config object - JavaScript object containing configuration properties

Configuration Options:

  • category - specifies a widget category; the category name must match exactly
  • text - the exact text that appears in Widget Toolbox for the widget entry that is to be removed

Example:

pui.toolbox.remove({
  category: "Common",
  text: "Label"
});