(replaceValue: string, opt = { isSingle: true, isRegexp: false })
| 159 | } |
| 160 | |
| 161 | replace(replaceValue: string, opt = { isSingle: true, isRegexp: false }) { |
| 162 | return this.editor.searchModule.replace(replaceValue, opt); |
| 163 | } |
| 164 | |
| 165 | setContent(content: TState[] | string, autoFocus = false) { |
| 166 | this.editor.setContent(content, autoFocus); |
no outgoing calls