1{
2  "name": "Search",
3  "atomic": true,
4  "attrs": [
5    "searchButton",
6    "placeholderColor",
7    "placeholderFont",
8    "textFont",
9    "minFontSize",
10    "maxFontSize",
11    "decoration",
12    "letterSpacing",
13    "lineHeight",
14    "onSubmit",
15    "onChange",
16    "onCopy",
17    "onCut",
18    "onPaste",
19    "copyOption",
20    "enableKeyboardOnFocus",
21    "onTextSelectionChange",
22    "onContentScroll",
23    "selectionMenuHidden",
24    "enterKeyType",
25    "textAlign",
26    "searchIcon",
27    "cancelButton",
28    "fontColor",
29    "caretStyle",
30    "customKeyboard",
31    "type",
32    "maxLength",
33    "fontFeature",
34    "selectedBackgroundColor",
35    "inputFilter",
36    "textIndent",
37    "onEditChange",
38    "enablePreviewText",
39    "editMenuOptions",
40    "onWillInsert",
41    "onDidInsert",
42    "onWillDelete",
43    "onDidDelete"
44  ]
45}
46