ElementGroup

Inheritance diagram of 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.

name: Optional[str] = None

Group name.

init_condition: GroupCondition = '???'

Group init condition, mandatory.

elements: List[PipelineElement]

List of group elements. Can be a PipelineElement or any subclass of it.