isHidden() — astro Function Reference
Architecture documentation for the isHidden() function in toolbar.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 1f3e4d0c_afaf_aee1_6276_bff650989d71["isHidden()"] 833f7e6d_4781_eb37_c633_27829bbb8361["AstroDevToolbar"] 1f3e4d0c_afaf_aee1_6276_bff650989d71 -->|defined in| 833f7e6d_4781_eb37_c633_27829bbb8361 9028096c_54ca_ca1e_b2cb_f6201ef5a538["attachEvents()"] 9028096c_54ca_ca1e_b2cb_f6201ef5a538 -->|calls| 1f3e4d0c_afaf_aee1_6276_bff650989d71 style 1f3e4d0c_afaf_aee1_6276_bff650989d71 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/client/dev-toolbar/toolbar.ts lines 513–515
isHidden(): boolean {
return this.devToolbarContainer?.hasAttribute('data-hidden') ?? true;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isHidden() do?
isHidden() is a function in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/toolbar.ts.
Where is isHidden() defined?
isHidden() is defined in packages/astro/src/runtime/client/dev-toolbar/toolbar.ts at line 513.
What calls isHidden()?
isHidden() is called by 1 function(s): attachEvents.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free