Skip to content

Commit 94b8d60

Browse files
committed
refactor: Changed 'LinkItem' properties modifier access
1 parent 0bb65e3 commit 94b8d60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/LinkNavigator/Core/BaseComponent/LinkItem.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public struct LinkItem {
4848
// MARK: Internal
4949

5050
/// An array of strings representing the path list.
51-
let pathList: [String]
51+
public let pathList: [String]
5252

5353
/// A parameter containing the items associated with the path or path list.
54-
let encodedItemString: String
54+
public let encodedItemString: String
5555
}
5656

5757
extension LinkItem {

0 commit comments

Comments
 (0)