refactor: migrate the Stylesheet story to TypeScript by tbouffard · Pull Request #878 · maxGraph/maxGraph

@tbouffard

This eases the maintenance and detects error earlier.
Also use the insert cells methods taken a single parameter, as the legacy methods with several parameters will be
deprecated in the future.

In addition:
  - AbstractGraph.getLabel now accepts `undefined` or `null` Cell (the implementation already managed it)
  - SelectionCellsHandler: simplify implementation

@tbouffard tbouffard deleted the refactor/migration_stylesheet_story_to_ts branch

July 22, 2025 15:05