refactor: remove reference to legacy insert cells methods by tbouffard · Pull Request #876 · maxGraph/maxGraph
These legacy methods have a large number of parameters, are hard to read and hard to evolve. So, to prepare the deprecation of these methods, use the new methods that take a single object parameter in code, examples and documentation. The storybook stories will be updated later. Also simplify some calls by not always setting the parent when it was set to the default parent (this is the default value, so no need to pass it in this case), nor setting an empty string value (same result as not setting it). In addition, apply various JSDoc improvements.
tbouffard
marked this pull request as ready for review
tbouffard
deleted the
refactor/remove_ref_to_legacy_insert_cell_methods
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters