Documentation / @zerotal/admin / index / renderAction
Function: renderAction()
renderAction(
a,ctx,opts?):HtmlNode|null
Defined in: admin/src/actions/render.tsx:31
Render a single action. Link actions become <a navigate>, callbacks <button>.
Parameters
a
ctx
opts?
RenderActionOptions = {}
Returns
HtmlNode | null