Skip to content
On this page

useCmsSection ​

Definition ​

Composable to get cms section content

Signature ​

ts
export function useCmsSection<SECTION_TYPE extends CmsSection>(
  content: SECTION_TYPE,
): UseCmsSectionType 

Parameters ​

NameTypeDescription
content
SECTION_TYPE

Return type ​

ts
UseCmsSectionType

Properties ​

NameTypeDescription

Methods ​

NameTypeDescription
useCmsSection has loaded