Skip to main content

VuePortMapping

Definition of a port in the view. This is for advanced use cases. If you provide a component here, VisuallyJs will use that component to render ports of the given type. Otherwise a default component will be used.

Extends

  • Omit<PortMapping<BrowserElement>, "templateIdResolver" | "template" | "templateId" | "parameters">

Properties

component?

optional component: any

Component used to render this port type.