Skip to content

Interface: MutableRef<T>

Minimal mutable ref shape — { value: T }. Plain Vue-free shape so any Three.js consumer (scene controllers, projectors, off-Vue callers) can read or write the field without pulling a reactivity runtime.

Type Parameters

Type Parameter
T

Properties

value

ts
value: T;

Distribué sous la licence indiquée dans le dépôt.