SpringUpdateOpts Type — svelte Architecture
Architecture documentation for the SpringUpdateOpts type/interface in index.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 78a86947_3eda_7fde_de6e_bde87c223f25["SpringUpdateOpts"] 6bd9d090_a582_e05c_669e_d53d4e7245f2["index.d.ts"] 78a86947_3eda_7fde_de6e_bde87c223f25 -->|defined in| 6bd9d090_a582_e05c_669e_d53d4e7245f2 style 78a86947_3eda_7fde_de6e_bde87c223f25 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/types/index.d.ts lines 2093–2110
interface SpringUpdateOpts {
/**
* @deprecated Only use this for the spring store; does nothing when set on the Spring class
*/
hard?: any;
/**
* @deprecated Only use this for the spring store; does nothing when set on the Spring class
*/
soft?: string | number | boolean;
/**
* Only use this for the Spring class; does nothing when set on the spring store
*/
instant?: boolean;
/**
* Only use this for the Spring class; does nothing when set on the spring store
*/
preserveMomentum?: number;
}
Defined In
Source
Frequently Asked Questions
What is the SpringUpdateOpts type?
SpringUpdateOpts is a type/interface in the svelte codebase, defined in packages/svelte/types/index.d.ts.
Where is SpringUpdateOpts defined?
SpringUpdateOpts is defined in packages/svelte/types/index.d.ts at line 2093.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free