-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Moved from webgl-operate
Since Typescript does not tell me what i should put in the initialize methods of the various classes. Is there a way to find that out reliably? Right now i am just looking the examples up.
Maybe adding those to the code as a comment or a type would be helpful!
— @milanpro
You can see the concrete arguments in the protected
createmethod of each class (in the generated docs, choosePublic/Protectedat the top to see it).
We're aware that this is not the best interface and are considering to refactor the initialization so we can put the types directly oninitialize.
— @bwasty
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request