CatalogWorkspaceService.

load_declarative_filter_views

load_declarative_filter_views(layout_root_path: Path) -> list[CatalogDeclarativeFilterView]

Loads filter views layout, which was stored using store_declarative_filter_views.

Parameters

nametypedescription
layout_root_pathPathPath to the root of the layout directory. Defaults to Path.cwd().

Returns

typedescription
list[CatalogDeclarativeFilterView]List of declarative filter views.