Преглед на файлове

docs: update jsonviewer doc

tianfeng преди 3 седмици
родител
ревизия
a3179ffc06
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      content/plus/jsonviewer/index-en-US.md
  2. 1 1
      content/plus/jsonviewer/index.md

+ 1 - 1
content/plus/jsonviewer/index-en-US.md

@@ -249,6 +249,7 @@ render(CustomRenderJsonComponent);
 | readOnly      | Whether to be read-only.    | boolean           | false    | -       |
 | customRenderRule | Custom render rules | CustomRenderRule[] | -       | 2.74.0  |
 | formatOptions | Content format setting                  | FormattingOptions | -       | -       |
+| autoFocus| Whether to auto focus | boolean | false | - | 
 
 ### FormattingOptions
 
@@ -257,7 +258,6 @@ render(CustomRenderJsonComponent);
 | tabSize      | Indent size. Unit: px                 | number  | 4       |
 | insertSpaces | Whether to use spaces for indentation | boolean | true    |
 | eol          | Line break character                  | string  | '\n'    |
-| autoFoucs| Whether to auto focus | boolean | false | - | 
 ### CustomRenderRule
 
 | Attribute | Description | Type | Default |

+ 1 - 1
content/plus/jsonviewer/index.md

@@ -246,6 +246,7 @@ render(CustomRenderJsonComponent);
 | readOnly        | 是否只读                             | boolean                            | false  | - |
 | customRenderRule | 自定义渲染规则                             | CustomRenderRule[]               |  -  | 2.74.0 |
 | formatOptions     | 格式化配置                               | FormattingOptions                |  -  | - |
+| autoFocus| 是否自动对焦 | boolean | false | - | 
 
 ### CustomRenderRule
 | 属性                | 说明                                          | 类型                              | 默认值    |
@@ -260,7 +261,6 @@ render(CustomRenderJsonComponent);
 | tabSize           | 缩进大小                                 | number                          | 4  |
 | insertSpaces      | 是否使用空格进行缩进                       | boolean                         | true  |
 | eol               | 换行符                                   | string                          | '\n'  |
-| autoFoucs| 是否自动对焦 | boolean | false | - | 
 
 ## Methods