Kind: Function
Source: atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts
Register a layout renderer for a section type.
Signature
tsfunction registerLayout(sectionType: string, layoutKey: string, renderer: SectionRenderer): void
Parameters
| Name | Type |
|---|---|
sectionType | string |
layoutKey | string |
renderer | SectionRenderer |
Returns: void
Was this page helpful?