Skip to content

Commit 3de63e8

Browse files
committed
Updated documentation
1 parent 262f170 commit 3de63e8

File tree

3 files changed

+1
-58
lines changed

3 files changed

+1
-58
lines changed

.github/workflows/main

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export interface TreeViewItem {
9292
expanded?: boolean;
9393
disableDragAndDrop?: boolean; // Disable drag and drop for a specific node.
9494
disabled?: boolean;// When disabled, an item can neither be selected nor checked
95+
styles?: string[]; // Add the .css styles for a given item
9596
meta?: any;// provides meta-data of any type per node.
9697
}
9798
```

0 commit comments

Comments
 (0)