gosling-lang / gosling.js

Grammar of Scalable Linked Interactive Nucleotide Graphics

Home Page:https://gosling.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revisit the callback function of `compiled` for naming/appropriateness

sehilyi opened this issue · comments

_additionalData: { _processedSpec: gosling.GoslingSpec }

This is added to be used in AltGosling (https://github.com/gosling-lang/altgosling/blob/8fbd4fffac1eca5259de7d8aab4689638a321d90/src/AltGoslingComponent.tsx#L315).

I think we need to review the name of the object ("_additionalData" and "_processedSpec") and also find out if this is the best way to support such internal-usage data.