Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Feb 19, 2024
1 parent 0386757 commit ea974ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/api/EditorBridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ interface of all the interactions you can do with the editor on the react native
`(pos?: 'start' \| 'end' \| 'all' \| number \| boolean \| null) => void`<br />
a function that will focus the editor and make sure to open keyboard <br /> extend by [CoreBridge](./BridgeExtensions#coreextension)

#### blur

a function that will blur the editor and close the keyboard <br /> extend by [CoreBridge](./BridgeExtensions#coreextension)

#### webviewRef

`RefObject\<WebView\>`<br />
Expand Down

0 comments on commit ea974ce

Please sign in to comment.