Appearance
详情: 页面切换
事件回调函数: (undoRedo: UndoRedo) => void
详情: 历史记录发生变化
事件回调函数: (state: StepValue | null) => void
TIP
当游标处于历史栈边界(已经无法继续撤销或重做)时,UndoRedo.undo() / redo() 返回 null,对应 change 回调收到的 state 为 null
UndoRedo.undo()
redo()
null
change
state