MCPcopy
hub / github.com/sveltejs/svelte / set

Method set

packages/svelte/src/motion/public.d.ts:42–42  ·  view source on GitHub ↗
(new_value: T, opts?: SpringUpdateOptions)

Source from the content-addressed store, hash-verified

40
41export interface Spring<T> extends Readable<T> {
42 set(new_value: T, opts?: SpringUpdateOptions): Promise<void>;
43 /**
44 * @deprecated Only exists on the legacy `spring` store, not the `Spring` class
45 */

Callers 15

map.test.tsFile · 0.65
setMethod · 0.65
constructorMethod · 0.65
hasMethod · 0.65
getMethod · 0.65
setMethod · 0.65
#read_allMethod · 0.65
#initMethod · 0.65
url.test.tsFile · 0.65
hasMethod · 0.65
add_sourceMethod · 0.65

Calls

no outgoing calls

Tested by 10

testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52