rompy.swan.components.group.BaseGroupComponent#
- pydantic model rompy.swan.components.group.BaseGroupComponent[source]#
Base group component.
Base class for SWAN group components. This base class modifies the render() method to allow rendering of a list of components. It is not intended to be used directly but to be subclassed by other group components.
- field model_type: Literal['group', 'GROUP'] = 'group'#
Model type discriminator