Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts
State store metadata (Zustand, MobX, Pinia)
Properties
| Property | Type |
|---|---|
storeName | string |
stateShape | Record<string, string> |
actions | `Array<{ |
name: string; parameters?: Array<{ name: string; type: string }>; isAsync: boolean; sideEffects?: StateSideEffect[];
}>| |getters|Array<{
name: string;
dependsOn: string[];
returnType?: string;
}>| |usedBy|string[]` |
Was this page helpful?