SelectionContext

struct SelectionContext

Context when cell is selected.

  • A table view of the selected cell.

    Declaration

    Swift

    public var tableView: UITableView
  • A node corresponding to the selected cell position.

    Declaration

    Swift

    public var node: CellNode
  • The index path of the selected cell.

    Declaration

    Swift

    public var indexPath: IndexPath