You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/02/21 07:29:11 UTC

[GitHub] [echarts] qq1063823095 edited a comment on issue #16551: [Bug] GraphEdgeItemOption 没有导出

qq1063823095 edited a comment on issue #16551:
URL: https://github.com/apache/echarts/issues/16551#issuecomment-1046551856


   目前我通过以下代码来实现了我的需求:
   ``
   var tempGSO = { links: [] } as GraphSeriesOption
   type GraphEdgeItemOption = NonNullable<typeof tempGSO.links>[0]
   ```
   
   但我认为这不是最有效的办法


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org