We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f170 commit 3de63e8Copy full SHA for 3de63e8
.github/workflows/main
.github/workflows/npm-publish.yml
README.md
@@ -92,6 +92,7 @@ export interface TreeViewItem {
92
expanded?: boolean;
93
disableDragAndDrop?: boolean; // Disable drag and drop for a specific node.
94
disabled?: boolean;// When disabled, an item can neither be selected nor checked
95
+ styles?: string[]; // Add the .css styles for a given item
96
meta?: any;// provides meta-data of any type per node.
97
}
98
```
0 commit comments