maxGraph/packages
Thomas Bouffard cdd8830b5c
feat: improve the VertexMixin type (#211)
The methods defined in the `VertexMixin` type were not documented.
The signature of the `insertVertex` method was using a spread `any`
parameter, so it provided no guidance nor guard.

Instead, the type now declares the various form of the methods with the
right signature.
2023-07-07 07:41:49 +02:00
..
core feat: improve the VertexMixin type (#211) 2023-07-07 07:41:49 +02:00
docs docs(release): add task for the "examples" repository (#215) 2023-07-07 07:06:09 +02:00
html refactor(style)!: rename/remove properties and types (#165) 2023-01-30 11:44:06 +01:00
ts-example feat: improve the VertexMixin type (#211) 2023-07-07 07:41:49 +02:00
ts-support test(ts-support): only check maxGraph types (#193) 2023-05-22 13:51:42 +02:00