qualpipe_webapp.frontend.page_config.UserIndexConfig#
- class qualpipe_webapp.frontend.page_config.UserIndexConfig(*, pages=None, auxiliary_subitems=None)[source]#
Bases:
BaseModelOptional user overrides for pages and auxiliary subitems.
- Parameters:
pages (list[PageIndexEntry] | None)
- model_config = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
- pages: list[PageIndexEntry] | None#