plotly / dash-bio

Open-source bioinformatics components for Dash
https://dash-gallery.plotly.host/Portal/?search=Bioinformatics
MIT License
531 stars 192 forks source link

dash_bio.Molecule3dViewer has props that can't be used in Python #649

Open LiamConnors opened 2 years ago

LiamConnors commented 2 years ago

Describe the bug

dash_bio.Molecule3dViewer has two JS function props exposed that are unusable in Python.

The context: when working on how the reference docs are generated within the docs (we are going to generate them based on the arguments of the Python component), these two props are added to the reference docs.

https://github.com/plotly/ddk-dash-docs/pull/632

@alexcjohnson