Skip to main content

VueGroupMapping

Definition of a group in the view. If you provide a component here, VisuallyJs will use that component to render groups of the given type. Otherwise a default component will be used.

Extends

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

Properties

component?

optional component: any

Component used to render this group type. If you do not supply this a default component will be used.