Skip to content
Snippets Groups Projects
Commit 2e714849 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

readme updated

parent ef5b3a2f
No related branches found
No related tags found
1 merge request!113Export dev move to production
Pipeline #
...@@ -540,10 +540,13 @@ TODO ...@@ -540,10 +540,13 @@ TODO
``` ```
* `showBioEntity({element, type, options})` * `showBioEntity({element, type, options})`
* Arguments: TODO * Arguments:
* Example: * element - object identifying the element, it should contain three fields: id, type, model; where id is the element id, type is type of the element ('ALIAS', 'REACTION'), and model define submap on which it's defined
* type - how do you want to visualize BioEntity: '
* options - set of visualisation options: color, opacity, lineColor, lineWeight, lineOpacity
* Example:
``` ```
TODO customMap.showBioEntity({element:{id:18306,type:"ALIAS", modelId:5}, type: "SURFACE", options:{color:"#FF0000"}});
``` ```
* `hideBioEntity({element, type})` * `hideBioEntity({element, type})`
......
...@@ -3,11 +3,12 @@ ...@@ -3,11 +3,12 @@
<component name="NewModuleRootManager"> <component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" /> <excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/dist" /> <excludeFolder url="file://$MODULE_DIR$/dist" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" /> <excludeFolder url="file://$MODULE_DIR$/tmp" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="chai-DefinitelyTyped" level="application" />
</component> </component>
</module> </module>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment