Skip to content

Commit

Permalink
CB-3197 add comment for the indeterminateSelected
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed Sep 27, 2023
1 parent ed77027 commit 0fb44e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface ITreeNodeState {
disabled?: boolean;
loading?: boolean;
selected?: boolean;
/** It is true when the node is neither selected nor unselected, used to indicate a mixed or partial selection in a group of sub-options */
indeterminateSelected?: boolean;
externalExpanded?: boolean;
expanded?: boolean;
Expand Down

0 comments on commit 0fb44e2

Please sign in to comment.