Documentation / @zerotal/admin / index / renderActionMenuItem
Function: renderActionMenuItem()
renderActionMenuItem(
a,ctx,opts?):HtmlNode|null
Defined in: admin/src/actions/render.tsx:132
Render an action as a full-width dropdown menu row (icon + label). Used by the row-action overflow menu when a row has more actions than fit inline.
Parameters
a
ctx
opts?
RenderActionOptions = {}
Returns
HtmlNode | null