molstar / molstar

A comprehensive macromolecular library

Home Page:https://molstar.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Symbol 'computed.accessible-surface-area.is-accessible' is not implemented.

giagitom opened this issue · comments

In my implementation without plugin, I import StructureSelectionQueries object containing all standard selection queries. I am able to use all of them. But if I try to import any other non-standard queries like computed.accessible-surface-area.is-accessible I get the error in the title when using them. Are these queries fully implemented?

Calling DefaultQueryRuntimeTable.addCustomProp(AccessibleSurfaceAreaProvider.descriptor) explicitly should solve this. Normally this is called when registering the AccessibleSurfaceArea behavior in the plugin spec.

Thanks for the tip @dsehnal! It is working as expected now