KeyPath

public struct KeyPath

Represents the unique path to a given item in the FunctionalTableData.

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