Skip to content
Entangle UI v0.13.0

usePropertyUndo

usePropertyUndo<T>(options?): UsePropertyUndoReturn<T>

Defined in: src/components/editor/PropertyInspector/usePropertyUndo.ts:72

Lightweight undo/redo stack for property changes. Records entries with property identifiers and values for precise undo control.

T = unknown

UsePropertyUndoOptions

UsePropertyUndoReturn<T>