[Docs] Different arguments of ArcAssay.create() in javascript and F# #430
Labels
documentation
Improvements or additions to documentation
JavaScript
Native use from JavaScript
.NET
Native use from .NET
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
Found undocumented code? Please link it here
A link to the code in the repository.
Found a problem with existing documentation?
I have fixed my code, this issue is just a FYI.
If you think this is helpful, I can also contribute to the ARCtrl DOCs.
There is an additional "datamap" arugument in the JavaScript arctrl.ArcAssay.create() comparing to the F# equivalent.
For example:
F#
const myAssay = arctrl.ArcAssay.create("myassay", myexperimenttype, myexperimenttech, myexperimentplatform, [table], [person], [comments]);
is equal to
Javascript
const myAssay = arctrl.ArcAssay.create("myassay", myexperimenttype, myexperimenttech, myexperimentplatform, [table], void 0,[person], [comments]);
**
The text was updated successfully, but these errors were encountered: