Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

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

NameTypeDescription
target
RowProxy<T>

the RowProxy the Proxy targets

prop
string | symbol

the property the proxy needs to retrieve

service
ActionService

the ActionService that handles the actions for the row