rune-langium / visual-editor/src / AttributeEditorProps
Interface: AttributeEditorProps
Defined in: packages/visual-editor/src/components/editors/AttributeEditor.tsx:10
Properties
| Property | Type | Defined in |
|---|---|---|
nodeId | string | packages/visual-editor/src/components/editors/AttributeEditor.tsx:11 |
onAddAttribute | (nodeId, name, typeName, cardinality) => void | packages/visual-editor/src/components/editors/AttributeEditor.tsx:12 |
onCancel? | () => void | packages/visual-editor/src/components/editors/AttributeEditor.tsx:14 |
onRemoveAttribute | (nodeId, name) => void | packages/visual-editor/src/components/editors/AttributeEditor.tsx:13 |