usePropertyUndo
usePropertyUndo<
T>(options?):UsePropertyUndoReturn<T>
Defined in: src/components/editor/PropertyInspector/usePropertyUndo.ts:71
Lightweight undo/redo stack for property changes. Records entries with property identifiers and values for precise undo control.
Type Parameters
T
T = unknown