Help Tab

The Help tab provides a generic way to show Help or Informational Text that goes along with the field

  • Supports a custom Position
  • Supports a custom Size
  • If this tab is not applicable to your component, it can be hidden by setting noTooltipProperties in the componentOptions
let options: BuilderOptions = {
  componentOptions: [
    {
      componentName: "Custom",
      noTooltipProperties: true,
    },
  ],
};