Class LaravelUi5\OData\Protocol\Planning\NavigationAnchor

final
readonly

Describes a chain of intermediate single-entity navigations that must be resolved at execution time to determine the parent entity for the final navigation segment.

Example: /Projects(202)/customer/contact_customer rootSet = Projects rootKey = {id: 202} steps = ['customer'] ← intermediate BelongsTo/HasOne nav props finalNav = 'contact_customer' ← the final nav prop (on the resolved parent)

Methods
Properties