Frodo Library - v4.8.5
    Preparing search index...

    Function navigateToPropertyContainer

    • Walks a property path (e.g. ["profile", "address"]) starting from the type's own schema, down through type: object (or array-of-object) properties, requiring every segment to already exist and be type: object. Returns the resulting container — itself a valid target for setSchemaProperty/removeSchemaProperty/further navigation, since a nested object property's own body has the same properties/order/required shape as the type's top-level schema.

      Parameters

      Returns PropertyContainer