[F] $withUpdateableProperties
function $withUpdateableProperties(context, target): voidFilters a model for properties that are updateable.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | the program context |
target | Model | Model to filter for updateable properties |
Returns
void