Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/link-dialog/index.ts
The state of the link dialog when it is in edit mode.
Properties
| Property | Type |
|---|---|
type | 'edit' |
initialUrl | string |
hasInitialText | boolean |
url | string |
title | string |
linkNodeKey | string |
rectangle | RectData |
Was this page helpful?