eslint-plugin-copilot Documentation / _internal/frontmatter / getFrontmatterObjectList
Function: getFrontmatterObjectList()
function getFrontmatterObjectList(
document: FrontmatterDocument,
key: string
): readonly Readonly<Record<string, string>>[] | undefined;
Defined in: _internal/frontmatter.ts:410
Read a supported YAML object-list block such as handoffs: entries.
Parametersâ
| Parameter | Type |
|---|---|
document | FrontmatterDocument |
key | string |