Home / Function/ is_interactive_element() — svelte Function Reference

is_interactive_element() — svelte Function Reference

Architecture documentation for the is_interactive_element() function in index.js from the svelte codebase.

Function javascript Compiler Transformer calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  5acfd1c3_3276_87e5_e11b_ba9dfa9d12fc["is_interactive_element()"]
  b389a21f_6de7_2a41_34f3_8efbf9045c9c["index.js"]
  5acfd1c3_3276_87e5_e11b_ba9dfa9d12fc -->|defined in| b389a21f_6de7_2a41_34f3_8efbf9045c9c
  c342967b_b314_8027_476d_d085ed0e13f0["check_element()"]
  c342967b_b314_8027_476d_d085ed0e13f0 -->|calls| 5acfd1c3_3276_87e5_e11b_ba9dfa9d12fc
  19a2c9c9_f65f_d13c_f2f7_516470ef8d7c["element_interactivity()"]
  5acfd1c3_3276_87e5_e11b_ba9dfa9d12fc -->|calls| 19a2c9c9_f65f_d13c_f2f7_516470ef8d7c
  style 5acfd1c3_3276_87e5_e11b_ba9dfa9d12fc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/compiler/phases/2-analyze/visitors/shared/a11y/index.js lines 651–653

function is_interactive_element(tag_name, attribute_map) {
	return element_interactivity(tag_name, attribute_map) === ElementInteractivity.Interactive;
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does is_interactive_element() do?
is_interactive_element() is a function in the svelte codebase, defined in packages/svelte/src/compiler/phases/2-analyze/visitors/shared/a11y/index.js.
Where is is_interactive_element() defined?
is_interactive_element() is defined in packages/svelte/src/compiler/phases/2-analyze/visitors/shared/a11y/index.js at line 651.
What does is_interactive_element() call?
is_interactive_element() calls 1 function(s): element_interactivity.
What calls is_interactive_element()?
is_interactive_element() is called by 1 function(s): check_element.

Analyze Your Own Codebase

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

Try Supermodel Free