Kind: Function
Source: atloria-monorepo/libs/pme-core/src/tools/layouts/registry.ts
Get a layout renderer. Falls back to the first registered layout (the default) if the key is not found.
Signature
tsfunction getLayout(sectionType: string, layoutKey: string): SectionRenderer | undefined
Parameters
| Name | Type |
|---|---|
sectionType | string |
layoutKey | string |
Returns: SectionRenderer | undefined
Was this page helpful?