What utility does `doc` provide on parameterized classes?

Can the doc attribute on a parameter be used to display documentation in a panel dashboard? Or perhaps a tooltip?

I forget if I have achieved this in the past, but I’m not seeing it in the documentation now.

Thanks!

Screenshots from: Param — Panel v0.13.0

I would like to know how to achieve any of the following, automatically detected from doc:

  1. Display docs after param names in GUI fields
  2. Display docs as tooltips
  3. Display docs as fields hint text

Thanks :slight_smile:

Regarding 2. tooltips, you might find inspiration in Tooltip POC

1 Like