File: derivedfnprops.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
API Reference
Examples
Framework
React
Version
Latest
Menu
Getting Started
API Reference
Examples
On this page
Copy Markdown
Interface: DerivedFnProps<TArr, TUnwrappedArr>
==============================================
Defined in: derived.ts:30
Type Parameters
---------------
⢠TArr extends ReadonlyArray< | Derived <any> | Store <any>> = ReadonlyArray<any>
⢠TUnwrappedArr extends UnwrapReadonlyDerivedOrStoreArray<TArr> = UnwrapReadonlyDerivedOrStoreArray<TArr>
Properties
----------
### currDepVals
ts
currDepVals: TUnwrappedArr;
currDepVals: TUnwrappedArr;
Defined in: derived.ts:42
ts
prevDepVals: undefined | TUnwrappedArr;
prevDepVals: undefined | TUnwrappedArr;
Defined in: derived.ts:41
ts
prevVal: unknown;
prevVal: unknown;
Defined in: derived.ts:40
undefined if it's the first run
