We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb65e3 commit 94b8d60Copy full SHA for 94b8d60
1 file changed
Sources/LinkNavigator/Core/BaseComponent/LinkItem.swift
@@ -48,10 +48,10 @@ public struct LinkItem {
48
// MARK: Internal
49
50
/// An array of strings representing the path list.
51
- let pathList: [String]
+ public let pathList: [String]
52
53
/// A parameter containing the items associated with the path or path list.
54
- let encodedItemString: String
+ public let encodedItemString: String
55
}
56
57
extension LinkItem {
0 commit comments