[F] $withUpdateableProperties
function $withUpdateableProperties(context, target): void
Filters 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