AngularGroupMapping
Extension of group definition in a view that adds component and inputs.
Extends
Omit<GroupMapping<any>,"templateIdResolver"|"template"|"templateId"|"parameters">
Properties
component?
optionalcomponent:any
Reference to the Angular component class used to render this group type.
inputs?
optionalinputs:Record<string,string| (v) =>string>
Optional values to extract from the backing data and inject as inputs into the component.