rowProxySet
Generic types: | T |
This provides the set method of the Proxy in RowProxy
Presentation
function rowProxySet (
target: RowProxy <T>,
prop: string | symbol,
value: unknown,
services: { service: ActionService ; parentService: ActionService },
): boolean;
Returns
boolean
-true if the property was set, false otherwise
Parameters
Name | Type | Description |
---|---|---|
target |
| the |
prop | string | symbol | the property the proxy needs to set |
value | unknown | the value to set the property to |
services | { service: | the services associated with the row and parent entity |