Skip to main content

Function: getFrontmatterObjectListGroups()

function getFrontmatterObjectListGroups(
document: FrontmatterDocument,
key: string
): FrontmatterObjectListGroupMap | undefined;

Defined in: _internal/frontmatter.ts:654

Read nested YAML mappings of object lists such as hooks: Event: - ....

Parameters​

ParameterType
documentFrontmatterDocument
keystring

Returns​

| FrontmatterObjectListGroupMap | undefined