cytoscape / cytoscape.js-dagre

The Dagre layout for DAGs and trees for Cytoscape.js
MIT License
245 stars 82 forks source link

Missing options for rankDir in typings #118

Closed bunsenbeaker closed 8 months ago

bunsenbeaker commented 9 months ago

Hi, I'm using cytoscape-dagre in a typescript/Angular app and it seems like option BT is missing from rankDir in DagreLayoutOptions. While option is indeed supported, it is not in the typings therefore build errors occure.

maxkfranz commented 9 months ago

Right now, the place to submit amendments to the community-supportewd type definitions is on DefinitelyTyped: https://github.com/DefinitelyTyped/DefinitelyTyped

We’re planning on supporting first-party definitions in future, and we’re using this issue to coordinate with contributors: https://github.com/cytoscape/cytoscape.js/issues/3166

stale[bot] commented 9 months ago

This issue has been automatically marked as stale, because it has not had activity within the past 14 days. It will be closed if no further activity occurs within the next 7 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.