cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Cannot use ImportedEntity functions in JS bindings #916

Open Moop204 opened 3 years ago

Moop204 commented 3 years ago

According to the API Component inherits from the ImportedEntity class so I can use the public functions .isImported(), importSource() and importSource(). Whenever I try using them I get a TypeError stating that they are not functions.