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

getEntityRegistry

This function is used to get the attributes we registered earlier.

Presentation

function getEntityRegistry(feature: string, entity: string): EntityAttributes;

Returns

EntityAttributes -

the EntityAttributes associated with the entity

Parameters

NameTypeDescription
feature
string

the feature we used when we registered the entity

entity
string

the fieldName we used when we registered the