SvelteNodeMapping
Definition of a node - its component, and behaviour.
Extends
Omit<NodeMapping<any>,"templateIdResolver"|"template"|"templateId"|"parameters">
Properties
component?
optionalcomponent:any
component used to render this node type. Optional; if you do not supply it a default component will be used.