Route

public final class Route : CustomStringConvertible

The Route class provides information about the navigation route.

Public

  • Declaration

    Swift

    public var description: String { get }

Route

  • Copies the current route with changes specified in build closure

    Declaration

    Swift

    public func copy(build: (inout Builder) -> ()) -> Route?

    Parameters

    build

    This closure allows for change of Route values

    Return Value

    A route with the changes set on the closure