Kind: Component
Source: atloria-monorepo/packages/editor/src/plugins/link-dialog/LinkDialog.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
url | string | ✓ | - |
title | string | ✓ | - |
onSubmit | Function | ✓ | - |
onCancel | Function | ✓ | - |
linkAutocompleteSuggestions | string[] | ✓ | - |
showLinkTitleField | boolean | ✓ | - |
showAnchorTextField | boolean | ✓ | - |
Diagram
mermaidgraph TD component_LinkEditForm_60bd3dbc["LinkEditForm"] class component_LinkEditForm_60bd3dbc rootComponent
Relationships
- RENDERS →
DownshiftAutoComplete - USES_HOOK →
useForm - USES_HOOK →
useTranslation
Referenced By
LinkDialog(RENDERS)
Was this page helpful?