* Add pin and minor style fix WIP

* Fix default pin graphics

* Fix sorting

* Min, max nodes are variadic
This commit is contained in:
barsdeveloper
2023-05-15 22:29:52 +02:00
committed by GitHub
parent 64baa42049
commit c4813d8106
21 changed files with 495 additions and 78 deletions

View File

@@ -20,7 +20,7 @@ export default class Entity2 extends IEntity {
default: false,
},
someObjectString: {
default: new String("gamma"),
default: "gamma",
},
someArray: {
default: [400, 500, 600, 700, 800],