VueNodeMapping
Definition of a node in the view. If you provide a component here, VisuallyJs will use that component to render nodes of the given type. Otherwise a default component will be used.
Extends
Omit<NodeMapping<BrowserElement>,"templateIdResolver"|"template"|"templateId"|"parameters">
Properties
component?
optionalcomponent:any
Component used to render this node type. If you do not supply this a default component will be used.