Documentation / @zerotal/admin / index / makeResourceListPage
Function: makeResourceListPage()
makeResourceListPage(
resource,panel?): typeofResourceListPage
Defined in: admin/src/pages/ResourceListPage.tsx:2541
Build a uniquely-named List page subclass bound to a resource. The distinct class name keeps Flow's snapshot/component identity stable per resource.
Parameters
resource
typeof Resource
panel?
PanelInstance = ...
Returns
typeof ResourceListPage