diff --git a/desktop/plugins/public/ui-debugger/types.tsx b/desktop/plugins/public/ui-debugger/types.tsx index e0c742e70..019ae9e3e 100644 --- a/desktop/plugins/public/ui-debugger/types.tsx +++ b/desktop/plugins/public/ui-debugger/types.tsx @@ -102,6 +102,7 @@ export type UINode = { name: string; attributes: Record; inlineAttributes: Record; + hiddenAttributes?: any; children: Id[]; bounds: Bounds; tags: Tag[];