(el: Element)
| 184 | |
| 185 | |
| 186 | function isPath(el: Element): el is graphicUtil.Path { |
| 187 | return el instanceof graphicUtil.Path; |
| 188 | } |
| 189 | function isDisplayable(el: Element) : el is Displayable { |
| 190 | return el instanceof Displayable; |
| 191 | } |
no outgoing calls
no test coverage detected