Skip to content

StateStoreMetadata

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/parser-core/src/interfaces/state-management.interface.ts

State store metadata (Zustand, MobX, Pinia)

Properties

PropertyType
storeNamestring
stateShapeRecord<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?

Download as PDF