mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
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
8
assets/ts_src/BSTreeViewNodeState.ts
Normal file
8
assets/ts_src/BSTreeViewNodeState.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export default class BSTreeViewNodeState {
|
||||
checked: boolean|null;
|
||||
disabled: boolean = false;
|
||||
expanded: boolean;
|
||||
selected: boolean;
|
||||
|
||||
visible: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue