Skip to content

rune-langium / visual-editor/src / MetadataSectionProps

Interface: MetadataSectionProps

Defined in: packages/visual-editor/src/components/editors/MetadataSection.tsx:25

Properties

PropertyTypeDescriptionDefined in
onCommentsCommit(comments) => voidCalled when comments change (debounced commit to graph).packages/visual-editor/src/components/editors/MetadataSection.tsx:31
onDefinitionCommit(definition) => voidCalled when definition changes (debounced commit to graph).packages/visual-editor/src/components/editors/MetadataSection.tsx:29
onSynonymAdd(synonym) => voidCalled when a synonym is added (immediate commit to graph).packages/visual-editor/src/components/editors/MetadataSection.tsx:33
onSynonymRemove(index) => voidCalled when a synonym is removed by index (immediate commit to graph).packages/visual-editor/src/components/editors/MetadataSection.tsx:35
readOnly?booleanWhether the metadata section is read-only.packages/visual-editor/src/components/editors/MetadataSection.tsx:27

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.