eslint-plugin-copilot Documentation / _internal/frontmatter / getFrontmatterObjectListGroups
Function: getFrontmatterObjectListGroups()
function getFrontmatterObjectListGroups(
document: FrontmatterDocument,
key: string
): FrontmatterObjectListGroupMap | undefined;
Defined in: _internal/frontmatter.ts:488
Read nested YAML mappings of object lists such as hooks: Event: - ....
Parametersâ
| Parameter | Type |
|---|---|
document | FrontmatterDocument |
key | string |
Returnsâ
| FrontmatterObjectListGroupMap
| undefined