KeyPath
public struct KeyPath : Equatable
Represents the unique path to a given item in the FunctionalCollectionData.
Think of it as a readable implementation of IndexPath, that can be used to locate a given cell
or TableSection in the data set.
-
Unique identifier for a section.
Declaration
Swift
public let sectionKey: String -
Unique identifier for an item inside a section.
Declaration
Swift
public let rowKey: String -
Declaration
Swift
public static func == (lhs: KeyPath, rhs: KeyPath) -> Bool
View on GitHub
KeyPath Structure Reference