ElementGroup

ElementGroup inheritance diagram
- class savant.config.schema.ElementGroup(name=None, init_condition='???', elements=<factory>)
- Pipeline elements wrapper that can be used to add a condition on whether to load the group into the pipeline. - init_condition: GroupCondition = '???'
- Group init condition, mandatory. 
 - elements: List[PipelineElement]
- List of group elements. Can be a - PipelineElementor any subclass of it.