Home / Function/ update() — svelte Function Reference

update() — svelte Function Reference

Architecture documentation for the update() function in index.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  fda52368_88b6_5ac0_e74c_11e6e2d9cbf0["update()"]
  51cef591_be25_354c_b08f_797e781df111["MediaQuery"]
  fda52368_88b6_5ac0_e74c_11e6e2d9cbf0 -->|defined in| 51cef591_be25_354c_b08f_797e781df111
  fa6e34cc_9b3f_c7b3_8288_97acf4d319a8["update()"]
  fa6e34cc_9b3f_c7b3_8288_97acf4d319a8 -->|calls| fda52368_88b6_5ac0_e74c_11e6e2d9cbf0
  fa6e34cc_9b3f_c7b3_8288_97acf4d319a8["update()"]
  fda52368_88b6_5ac0_e74c_11e6e2d9cbf0 -->|calls| fa6e34cc_9b3f_c7b3_8288_97acf4d319a8
  style fda52368_88b6_5ac0_e74c_11e6e2d9cbf0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/types/index.d.ts lines 2070–2070

		update(updater: Updater<T>, opts?: TweenedOptions<T>): Promise<void>;

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does update() do?
update() is a function in the svelte codebase, defined in packages/svelte/types/index.d.ts.
Where is update() defined?
update() is defined in packages/svelte/types/index.d.ts at line 2070.
What does update() call?
update() calls 1 function(s): update.
What calls update()?
update() is called by 1 function(s): update.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free