Home / Type/ AstroBuiltinAttributes Type — astro Architecture

AstroBuiltinAttributes Type — astro Architecture

Architecture documentation for the AstroBuiltinAttributes type/interface in elements.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  efb7e685_d0c2_989f_3ef9_0478eaeb9e72["AstroBuiltinAttributes"]
  01bc6d5e_ddf1_e517_3966_48e1110a2a79["elements.ts"]
  efb7e685_d0c2_989f_3ef9_0478eaeb9e72 -->|defined in| 01bc6d5e_ddf1_e517_3966_48e1110a2a79
  style efb7e685_d0c2_989f_3ef9_0478eaeb9e72 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/elements.ts lines 17–30

export interface AstroBuiltinAttributes {
	'class:list'?:
		| Record<string, boolean>
		| Record<any, any>
		| Iterable<string>
		| Iterable<any>
		| string;
	'set:html'?: any;
	'set:text'?: any;
	'is:raw'?: boolean;
	'transition:animate'?: TransitionAnimationValue;
	'transition:name'?: string;
	'transition:persist'?: boolean | string;
}

Frequently Asked Questions

What is the AstroBuiltinAttributes type?
AstroBuiltinAttributes is a type/interface in the astro codebase, defined in packages/astro/src/types/public/elements.ts.
Where is AstroBuiltinAttributes defined?
AstroBuiltinAttributes is defined in packages/astro/src/types/public/elements.ts at line 17.

Analyze Your Own Codebase

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

Try Supermodel Free