qualpipe_webapp.frontend.page_config.CameraViewConfig#

class qualpipe_webapp.frontend.page_config.CameraViewConfig(*, metric, plotType, title, subtitle=None, x=None, y=None)[source]#

Bases: BasePlotConfig

Configuration for camera views.

Parameters:
model_config = {'extra': 'forbid', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

plot_type: Literal['cameraview']#
x: CameraAxisConfig | None#
y: CameraAxisConfig | None#