default.props() — svelte Function Reference
Architecture documentation for the default.props() function in _config.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 34e5f0b7_9a70_35e2_a14b_ec1a9e40e8cd["default.props()"] f71cc41e_e907_436a_2c93_488d44104b14["_config.js"] 34e5f0b7_9a70_35e2_a14b_ec1a9e40e8cd -->|defined in| f71cc41e_e907_436a_2c93_488d44104b14 style 34e5f0b7_9a70_35e2_a14b_ec1a9e40e8cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/tests/runtime-legacy/samples/transition-js-each-else-block-outro/_config.js lines 4–9
get props() {
return {
/** @type {string[]} */
things: []
};
},
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does default.props() do?
default.props() is a function in the svelte codebase, defined in packages/svelte/tests/runtime-legacy/samples/transition-js-each-else-block-outro/_config.js.
Where is default.props() defined?
default.props() is defined in packages/svelte/tests/runtime-legacy/samples/transition-js-each-else-block-outro/_config.js at line 4.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free