undergroundwires/privacy.sexy

View on GitHub
src/presentation/components/Scripts/View/Tree/TreeView/Node/State/CheckState.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum TreeNodeCheckState {
  Unchecked = 0,
  Checked = 1,
  Indeterminate = 2,
}