Added Hidden attributes to node
Summary: Type is any as it can be litterally anything, using json is a bit of pain as we have to do a lot of type checks to access anything Reviewed By: lblasa Differential Revision: D45079133 fbshipit-source-id: bcce93a1fce48d2779a648576f12df6392a0938e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9d34d12111
commit
6b7c5297a5
@@ -102,6 +102,7 @@ export type UINode = {
|
|||||||
name: string;
|
name: string;
|
||||||
attributes: Record<MetadataId, Inspectable>;
|
attributes: Record<MetadataId, Inspectable>;
|
||||||
inlineAttributes: Record<string, string>;
|
inlineAttributes: Record<string, string>;
|
||||||
|
hiddenAttributes?: any;
|
||||||
children: Id[];
|
children: Id[];
|
||||||
bounds: Bounds;
|
bounds: Bounds;
|
||||||
tags: Tag[];
|
tags: Tag[];
|
||||||
|
|||||||
Reference in New Issue
Block a user