@onzag/itemize / Modules / server/rootpool
Contains a pool of root, we need a pool of root because we are unable to render an itemize app being used at once as the root registires are modified during SSR rendering
▸ retrieveRootPool(rawData): Pool<default>
Provides a pool of root
| Name | Type | Description |
|---|---|---|
rawData |
IRootRawJSONDataType |
the root raw data |
Pool<default>