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
name | type | description |
---|---|---|
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
list[CatalogDeclarativeFilterView] | List of declarative filter views. |