useGuthrieVariables
ts
const useGuthrieVariables: UseBoundStore<StoreApi<VariablesStore>>;Defined in: stores/variables.ts:44
Zustand store for accessing and managing variables.
Remarks
Used by:
- callFn for variable assignment (
as) - property resolution and condition evaluation
- dynamic value access throughout the runtime
Since
1.0.0
Author
Simon Kovtyk