Function: findNestedObjectPropertyByNamePath()
findNestedObjectPropertyByNamePath(
objectExpression:Readonly<TSESTree.ObjectExpression>,propertyNamePath: readonlystring[]):Property|null
Defined in: _internal/docusaurus-config-ast.ts:440
Resolve a nested property by a sequence of object-property names.
Parametersโ
objectExpressionโ
Readonly<TSESTree.ObjectExpression>
propertyNamePathโ
readonly string[]
Returnsโ
Property | null