19894: Show dirty indicator on process type filter
[arvados-workbench2.git] / src / models / tree.ts
index e92913887a0dfc7b28e21ae20b047dc68d61f148..4a52d61a8f978104c28101cba7f5e96412846ff1 100644 (file)
@@ -14,6 +14,7 @@ export interface TreeNode<T = any> {
     parent: string;
     active: boolean;
     selected: boolean;
+    initialState?: boolean;
     expanded: boolean;
     status: TreeNodeStatus;
 }