Skip to main content
zerotal

Documentation


Documentation / @zerotal/admin / index / RenderHookName

Type Alias: RenderHookName

RenderHookName = "body.start" | "body.end" | "sidebar.start" | "sidebar.end" | "topbar.start" | "topbar.end" | "page.header.start" | "page.header.end" | "table.start" | "table.end" | "form.start" | "form.end" | "record.start" | "record.end"

Defined in: admin/src/renderHooks.ts:23

Where a hook renders. Named for the position rather than the markup, so the panel's internals can change without breaking a registration.