rune-langium / visual-editor/src / MetadataSection
Function: MetadataSection()
ts
function MetadataSection(__namedParameters): ReactNode;Defined in: packages/visual-editor/src/components/editors/MetadataSection.tsx:48
Collapsible metadata section with description, comments, and synonym fields.
Reads field values from the parent FormProvider context. Auto-resize textareas for description and comments, tag-list with inline add for synonyms.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | MetadataSectionProps |
Returns
ReactNode