Skip to main content

SvelteNodeMapping

Definition of a node - its component, and behaviour.

Extends

  • Omit<NodeMapping<any>, "templateIdResolver" | "template" | "templateId" | "parameters">

Properties

component?

optional component: any

component used to render this node type. Optional; if you do not supply it a default component will be used.