Skip to main content
Module

x/vue3_reactivity/mod.ts>DebuggerEventExtraInfo

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
type alias DebuggerEventExtraInfo
import { type DebuggerEventExtraInfo } from "https://deno.land/x/vue3_reactivity@v1.0.0/mod.ts";
definition: { target: object; type: TrackOpTypes | TriggerOpTypes; key: any; newValue?: any; oldValue?: any; oldTarget?: Map<any, any> | Set<any>; }