# FancyTreeNode: tr is HTMLTableRowElement

This commit is contained in:
Dominik Notzon
2018-03-13 16:16:27 +01:00
committed by GitHub
parent 5dc41ce74c
commit c4aedcde9d

View File

@@ -236,7 +236,7 @@ declare namespace Fancytree {
/** Outer element of single nodes */
span: HTMLElement;
/** Outer element of single nodes for table extension */
tr: HTMLElement;
tr: HTMLTableRowElement;
//#endregion
//#region Methods