Skip to content

Interface: HotContext

Defined in: hot-graph.ts:54

Structural stand-in for Vite's import.meta.hot. Declared locally rather than imported from vite/client so aiui-viz stays free of a build-tool type dependency.

Methods

accept()

accept(callback?): void

Defined in: hot-graph.ts:55

Parameters

callback?

(module) => void

Returns

void