Closed workfel closed 7 years ago
Since typescript is just a transpiler and do not provide any information about a type on runtime, you must declare the extended class in the @Model attribute (of the extended class) with the 'extends' property.
@Model(extends: 'DefaultParameter ')
j ai mis à jour la doc sur http://www.vulcainjs.org/reference/domain/ avec un exemple de code
Hi,
I tried to extends a Model for another Model, but it's not working ! I have 2 Model:
The query Handler
But when i'm debuging the
model
property i have only thestate
property.It's the correct behavior ?
Thx