Skip to main content

AngularGroupMapping

Extension of group definition in a view that adds component and inputs.

Extends

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

Properties

component?

optional component: any

Reference to the Angular component class used to render this group type.


inputs?

optional inputs: Record<string, string | (v) => string>

Optional values to extract from the backing data and inject as inputs into the component.