Constructs a Tkinter or Ipywidgets widget from a Param
object, depending on the active frontend.
WARNING: This is an internal function. Its use in user code is not recommended or supported, and its signature can change in future updates without warning. Use one of the suggested functions above instead, if applicable.
Parameters
param — Param, required
The
Param
object to render.item — str, optional
For per-item parameters, this argument will render the sub-parameters individually.
Default value: None
Return Value — Tkinter.widget|Ipywidgets.widget
The widget corresponding to the parameter.
Notes and Examples