Documentation / @zerotal/admin / index / renderWidgets
Function: renderWidgets()
renderWidgets(
widgets,idPrefix?):Promise<HtmlNode|null>
Defined in: admin/src/widgets/render.tsx:49
Resolve and render a set of widgets.
Returns null when there is nothing to draw, so a caller can drop the whole
block rather than leaving an empty gap above its table.
Parameters
widgets
idPrefix?
string = "kchart"
Returns
Promise<HtmlNode | null>