qualpipe_webapp.frontend.page_config.BaseFrontendConfig#

class qualpipe_webapp.frontend.page_config.BaseFrontendConfig(*, array_element_types=<factory>, auxiliary_subitems=<factory>)[source]#

Bases: BaseModel

Shared frontend configuration fields.

Parameters:
array_element_types: list[str]#
auxiliary_subitems: list[str]#
model_config = {}#

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