Properties
Optional getLinkUrl
getLinkUrl: (prevUrl: null | string) => Promise<null | string>
Type declaration
-
- (prevUrl: null | string): Promise<null | string>
-
Parameters
Returns Promise<null | string>
Optional hotkey
hotkey: string | string[]
Optional isUrl
isUrl: (text: string) => boolean
Type declaration
-
-
Parameters
Returns boolean
Optional rangeBeforeOptions
On keyboard shortcut or toolbar mousedown, get the link url by calling this promise. The default behavior is to use the browser's native
prompt
.