Home / Class/ navigate Class — astro Architecture

navigate Class — astro Architecture

Architecture documentation for the navigate class in transitions.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  25a2cdb4_1627_b9c9_36d7_64c0ec5bfef0["navigate"]
  c6e62b69_3dd9_17ef_6e77_97c81c1114ea["transitions.d.ts"]
  25a2cdb4_1627_b9c9_36d7_64c0ec5bfef0 -->|defined in| c6e62b69_3dd9_17ef_6e77_97c81c1114ea

Relationship Graph

Source Code

packages/astro/types/transitions.d.ts lines 6–25

declare module 'astro:transitions/client' {
	export {
		navigate,
		supportsViewTransitions,
		transitionEnabledOnThisPage,
	} from 'astro/virtual-modules/transitions-router.js';
	export * from 'astro/virtual-modules/transitions-types.js';
	export {
		TRANSITION_BEFORE_PREPARATION,
		isTransitionBeforePreparationEvent,
		TransitionBeforePreparationEvent,
		TRANSITION_AFTER_PREPARATION,
		TRANSITION_BEFORE_SWAP,
		isTransitionBeforeSwapEvent,
		TransitionBeforeSwapEvent,
		TRANSITION_AFTER_SWAP,
		TRANSITION_PAGE_LOAD,
	} from 'astro/virtual-modules/transitions-events.js';
	export { swapFunctions } from 'astro/virtual-modules/transitions-swap-functions.js';
}

Frequently Asked Questions

What is the navigate class?
navigate is a class in the astro codebase, defined in packages/astro/types/transitions.d.ts.
Where is navigate defined?
navigate is defined in packages/astro/types/transitions.d.ts at line 6.

Analyze Your Own Codebase

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

Try Supermodel Free