SelectionContext struct SelectionContext Context when cell is selected. tableView A table view of the selected cell. Declaration Swift public var tableView: UITableView node A node corresponding to the selected cell position. Declaration Swift public var node: CellNode indexPath The index path of the selected cell. Declaration Swift public var indexPath: IndexPath