[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/js/dist/ -> undo-manager.js (summary)

(no description)

File Size: 264 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  __webpack_require__()
  mergeHistoryChanges()
  createUndoManager()

Functions
Functions that are not part of a class:

__webpack_require__(moduleId)   X-Ref
No description

mergeHistoryChanges(changes1, changes2)   X-Ref
Merge changes for a single item into a record of changes.

return: {Record< string, HistoryChange >} Merged changes
param: {Record< string, HistoryChange >} changes1 Previous changes
param: {Record< string, HistoryChange >} changes2 NextChanges

createUndoManager()   X-Ref
Creates an undo manager.

return: {UndoManager} Undo manager.



Generated : Wed May 1 08:20:02 2024 Cross-referenced by PHPXref