Skip to content

Commit

Permalink
docs: update command markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Sep 27, 2024
1 parent 6a05052 commit b2978b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/guide/command-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ Usage:
const {
value: string | null
innerText: string | null
zone: EditorZone
elementList?: IElement[]
} = await instance.command.getControlValue(payload: IGetControlValueOption)
```

Expand Down
1 change: 1 addition & 0 deletions docs/guide/command-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const {
value: string | null
innerText: string | null
zone: EditorZone
elementList?: IElement[]
}[] = await instance.command.getControlValue(payload: IGetControlValueOption)
```

Expand Down

0 comments on commit b2978b2

Please sign in to comment.