SmartNgRXRowBaseSelector
Generic types: | T |
This type allows us to deal with just the SmartNgRXRowBase part of an entity. This is used internally.
See Also
SmartNgRXRowBase
Presentation
type SmartNgRXRowBaseSelector = MemoizedSelector<
object,
EntityState<T>,
DefaultProjectorFn<EntityState<T>>
>;