Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
State selector metadata (Redux, NgRx, Pinia)
Properties
| Property | Type |
|---|---|
selectorName | string |
statePath | string[] |
isMemoized | boolean |
dependsOn | string[] |
usedBy | string[] |
returnType | string |
Was this page helpful?