rowProxyGet
Generic types: | T |
This provides the get method of the Proxy in RowProxy
Presentation
function rowProxyGet (
target: RowProxy <T>,
prop: string | symbol,
service: ActionService ,
): unknown;
Returns
unknown
-the value of the property
Parameters
Name | Type | Description |
---|---|---|
target |
| the |
prop | string | symbol | the property the proxy needs to retrieve |
service |
| the |