Documentation Language: Swift

Initializer

init(source:property:)

Creates a new navigation expression.

init(source: any ATLExpression, property: String)

Parameters

source

The source expression to navigate from

property

The property name to navigate to

Discussion