1{ 2 "attrs": [ 3 "layoutPriority", 4 "paddingLeft", 5 "paddingRight", 6 "paddingTop", 7 "paddingBottom", 8 "marginLeft", 9 "marginRight", 10 "marginTop", 11 "marginBottom", 12 "windowBlur", 13 "useAlign", 14 "accessibilityImportance", 15 "onAccessibility", 16 "onFocusMove", 17 "onWillDismiss", 18 19 "width", 20 "height", 21 "drawModifier", 22 "customProperty", 23 "expandSafeArea", 24 "responseRegion", 25 "mouseResponseRegion", 26 "size", 27 "constraintSize", 28 "touchable", 29 "hitTestBehavior", 30 "onChildTouchTest", 31 "layoutWeight", 32 "chainWeight", 33 "padding", 34 "safeAreaPadding", 35 "margin", 36 "background", 37 "backgroundColor", 38 "pixelRound", 39 "backgroundImage", 40 "backgroundImageSize", 41 "backgroundImagePosition", 42 "backgroundBlurStyle", 43 "backgroundEffect", 44 "backgroundImageResizable", 45 "foregroundEffect", 46 "visualEffect", 47 "backgroundFilter", 48 "foregroundFilter", 49 "compositingFilter", 50 "foregroundBlurStyle", 51 "opacity", 52 "border", 53 "borderStyle", 54 "borderWidth", 55 "borderColor", 56 "borderRadius", 57 "borderImage", 58 "outline", 59 "outlineStyle", 60 "outlineWidth", 61 "outlineColor", 62 "outlineRadius", 63 "foregroundColor", 64 "onClick", 65 "onHover", 66 "onHoverMove", 67 "onAccessibilityHover", 68 "hoverEffect", 69 "onMouse", 70 "onTouch", 71 "onKeyEvent", 72 "onDigitalCrown", 73 "onKeyPreIme", 74 "onKeyEventDispatch", 75 "onFocusAxisEvent", 76 "onAxisEvent", 77 "focusable", 78 "nextFocus", 79 "tabStop", 80 "onFocus", 81 "onBlur", 82 "tabIndex", 83 "defaultFocus", 84 "groupDefaultFocus", 85 "focusOnTouch", 86 "focusBox", 87 "focusScopeId", 88 "focusScopePriority", 89 "animation", 90 "transition", 91 "gesture", 92 "priorityGesture", 93 "parallelGesture", 94 "blur", 95 "linearGradientBlur", 96 "motionBlur", 97 "brightness", 98 "contrast", 99 "grayscale", 100 "colorBlend", 101 "saturate", 102 "sepia", 103 "invert", 104 "systemBarEffect", 105 "hueRotate", 106 "useShadowBatching", 107 "useEffect", 108 "backdropBlur", 109 "renderGroup", 110 "freeze", 111 "translate", 112 "scale", 113 "gridSpan", 114 "gridOffset", 115 "rotate", 116 "transform", 117 "onAppear", 118 "onDisAppear", 119 "onAttach", 120 "onDetach", 121 "onAreaChange", 122 "visibility", 123 "flexGrow", 124 "flexShrink", 125 "flexBasis", 126 "alignSelf", 127 "displayPriority", 128 "zIndex", 129 "sharedTransition", 130 "direction", 131 "align", 132 "position", 133 "markAnchor", 134 "offset", 135 "enabled", 136 "useSizeType", 137 "alignRules", 138 "chainMode", 139 "aspectRatio", 140 "clickEffect", 141 "onDragStart", 142 "onDragEnter", 143 "onDragMove", 144 "onDragLeave", 145 "onDrop", 146 "onDragEnd", 147 "allowDrop", 148 "draggable", 149 "dragPreview", 150 "dragPreviewOptions", 151 "onPreDrag", 152 "overlay", 153 "linearGradient", 154 "sweepGradient", 155 "radialGradient", 156 "motionPath", 157 "shadow", 158 "blendMode", 159 "advancedBlendMode", 160 "clip", 161 "clipShape", 162 "mask", 163 "maskShape", 164 "key", 165 "id", 166 "geometryTransition", 167 "bindTips", 168 "bindPopup", 169 "bindMenu", 170 "bindContextMenu", 171 "bindContentCover", 172 "bindSheet", 173 "stateStyles", 174 "restoreId", 175 "onVisibleAreaChange", 176 "onVisibleAreaApproximateChange", 177 "sphericalEffect", 178 "lightUpEffect", 179 "pixelStretchEffect", 180 "keyboardShortcut", 181 "accessibilityGroup", 182 "accessibilityText", 183 "accessibilityNextFocusId", 184 "accessibilityDefaultFocus", 185 "accessibilityUseSamePage", 186 "accessibilityScrollTriggerable", 187 "accessibilityRole", 188 "onAccessibilityFocus", 189 "accessibilityTextHint", 190 "accessibilityDescription", 191 "accessibilityLevel", 192 "accessibilityVirtualNode", 193 "accessibilityChecked", 194 "accessibilitySelected", 195 "obscured", 196 "reuseId", 197 "reuse", 198 "renderFit", 199 "attributeModifier", 200 "gestureModifier", 201 "backgroundBrightness", 202 "onGestureJudgeBegin", 203 "onGestureRecognizerJudgeBegin", 204 "shouldBuiltInRecognizerParallelWith", 205 "monopolizeEvents", 206 "onTouchIntercept", 207 "onSizeChange", 208 "accessibilityFocusDrawLevel", 209 "toolbar" 210 ] 211}