캐럿이 위치한 곳의 링크를 엽니다Open the hyperlink at the caret position.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'openLink' hyperlink opening API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('openLink'); |
...
캐럿이 위치한 곳의 링크를 엽니다Open the hyperlink at the caret position.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'openLink' hyperlink opening API |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('openLink'); |
...