rune-langium / visual-editor/src / TypeCreatorProps
Interface: TypeCreatorProps
Defined in: packages/visual-editor/src/components/editors/TypeCreator.tsx:18
Properties
| Property | Type | Defined in |
|---|---|---|
defaultNamespace? | string | packages/visual-editor/src/components/editors/TypeCreator.tsx:20 |
onCancel? | () => void | packages/visual-editor/src/components/editors/TypeCreator.tsx:21 |
onCreateType | (kind, name, namespace) => void | packages/visual-editor/src/components/editors/TypeCreator.tsx:19 |