Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pmndrs/react-spring
/ getValue
Method
getValue
packages/animated/src/AnimatedArray.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
getValue(): T {
24
return
this.source.map(node => node.getValue()) as any
25
}
26
27
setValue(source: T) {
28
const
payload = this.getPayload()
Callers
5
get
Function · 0.45
advance
Method · 0.45
_set
Method · 0.45
callback
Function · 0.45
withAnimated
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected