propertiesToUpdate
A dictionary of property description pairs that describe the updates.
Declaration
var propertiesToUpdate: [AnyHashable : Any]? { get set }Discussion
The dictionary keys are either NSPropertyDescription objects or strings that identify the property name.
The dictionary values are either a constant value or an NSExpression that evaluates to a scalar value.