BSTreeView now rudimentaly works.

This commit is contained in:
Jan Böhmer 2022-08-06 04:04:06 +02:00
parent a8ff18a340
commit c13245fc2d
3 changed files with 30 additions and 26 deletions

View file

@ -20,6 +20,7 @@ export default class BSTreeViewNode {
hideCheckbox: boolean;
nodes: BSTreeViewNode[];
tooltip: string;
href: string;
lazyLoad: boolean;
tagsClass: string;