Extends BaseNode
Properties
component
A Svelte component
component: any
props
Props to pass to the component
props?: { [key: string]: any; } | ((context: NodeContext) => { [key: string]: any; })
Extends BaseNode
A Svelte component
component: any
Props to pass to the component
props?: { [key: string]: any; } | ((context: NodeContext) => { [key: string]: any; })