I need to update an observable array element value. The observable array is a collection of class objects. First I need to find out matching object by id and update some other p
viewModel.seats()[self.No()].Booked(true);