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 e3db92a commit e13ce95Copy full SHA for e13ce95
README.md
@@ -43,7 +43,6 @@ export interface TreeViewItem {
43
children?: TreeViewItem[]
44
type: string
45
checkedStatus?: CheckedState,
46
- checkable?: boolean,
47
name: string,
48
id: string,
49
parentId?: string
src/businessLogic/contracts/types.ts
@@ -2,7 +2,6 @@ export interface TreeViewItem {
2
3
4
5
6
7
8
0 commit comments