Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 898 Bytes

File metadata and controls

35 lines (20 loc) · 898 Bytes

@onzag/itemize / Modules / server/rootpool

Module: 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

Table of contents

Functions

Functions

retrieveRootPool

retrieveRootPool(rawData): Pool<default>

Provides a pool of root

Parameters

Name Type Description
rawData IRootRawJSONDataType the root raw data

Returns

Pool<default>

Defined in

server/rootpool.ts:19