forked from mirror/Part-DB.Part-DB-server
Added an basic implementation of bootstrap-treeview in typescript
This commit is contained in:
parent
e7fa1ebcb8
commit
a8ff18a340
14 changed files with 4050 additions and 13 deletions
7
assets/ts_src/BSTreeViewExpandOptions.ts
Normal file
7
assets/ts_src/BSTreeViewExpandOptions.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
||||
|
||||
|
||||
export default class BSTreeViewExpandOptions extends BSTreeViewEventOptions
|
||||
{
|
||||
levels: number = 999;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue