Function: findDocusaurusFooterLinkColumnObjects()
findDocusaurusFooterLinkColumnObjects(
configObjectExpression:Readonly<TSESTree.ObjectExpression>,programNode?:Readonly<Program>): readonlyReadonly<ObjectExpression>[]
Defined in: _internal/docusaurus-theme-config-link-items.ts:87
Find top-level footer link column objects declared under
themeConfig.footer.links.
Parametersโ
configObjectExpressionโ
Readonly<TSESTree.ObjectExpression>
programNode?โ
Readonly<Program>
Returnsโ
readonly Readonly<ObjectExpression>[]