Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/image/index.ts
The state of the image dialog when it is in editing an existing node.
Properties
| Property | Type |
|---|---|
type | 'editing' |
nodeKey | string |
initialValues | Omit<SaveImageParameters, 'file'> |
Was this page helpful?