MCPcopy Create free account
hub / github.com/apache/echarts / isPath

Function isPath

src/chart/custom/CustomView.ts:186–188  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

184
185
186function isPath(el: Element): el is graphicUtil.Path {
187 return el instanceof graphicUtil.Path;
188}
189function isDisplayable(el: Element) : el is Displayable {
190 return el instanceof Displayable;
191}

Callers 3

copyElementFunction · 0.70
updateElNormalFunction · 0.70
doCreateOrUpdateClipPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected