attributeChangedCallback() — astro Function Reference
Architecture documentation for the attributeChangedCallback() function in window.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD a75a9620_3b53_9177_dc81_b1fa89069735["attributeChangedCallback()"] 070fa425_a66f_4317_5d41_ecd0751196f7["DevToolbarWindow"] a75a9620_3b53_9177_dc81_b1fa89069735 -->|defined in| 070fa425_a66f_4317_5d41_ecd0751196f7 style a75a9620_3b53_9177_dc81_b1fa89069735 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/client/dev-toolbar/ui-library/window.ts lines 111–114
attributeChangedCallback() {
if (this.hasAttribute('placement'))
this.placement = this.getAttribute('placement') as Placement;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does attributeChangedCallback() do?
attributeChangedCallback() is a function in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/ui-library/window.ts.
Where is attributeChangedCallback() defined?
attributeChangedCallback() is defined in packages/astro/src/runtime/client/dev-toolbar/ui-library/window.ts at line 111.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free