Home / Type/ DevtoolsPluginOptions Type — astro Architecture

DevtoolsPluginOptions Type — astro Architecture

Architecture documentation for the DevtoolsPluginOptions type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  c9d8b7d2_f938_0074_84fc_8826406896db["DevtoolsPluginOptions"]
  521ea8e1_a097_01f1_b8ac_61938dc6b706["index.ts"]
  c9d8b7d2_f938_0074_84fc_8826406896db -->|defined in| 521ea8e1_a097_01f1_b8ac_61938dc6b706
  style c9d8b7d2_f938_0074_84fc_8826406896db fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/solid/src/index.ts lines 6–24

type DevtoolsPluginOptions = {
	/** Add automatic name when creating signals, memos, stores, or mutables */
	autoname?: boolean;
	locator?:
		| boolean
		| {
				/** Choose in which IDE the component source code should be revealed. */
				targetIDE?: string;
				/**
				 * Holding which key should enable the locator overlay?
				 * @default 'Alt'
				 */
				key?: string;
				/** Inject location attributes to jsx templates */
				jsxLocation?: boolean;
				/** Inject location information to component declarations */
				componentLocation?: boolean;
		  };
};

Frequently Asked Questions

What is the DevtoolsPluginOptions type?
DevtoolsPluginOptions is a type/interface in the astro codebase, defined in packages/integrations/solid/src/index.ts.
Where is DevtoolsPluginOptions defined?
DevtoolsPluginOptions is defined in packages/integrations/solid/src/index.ts at line 6.

Analyze Your Own Codebase

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

Try Supermodel Free