CatalogWorkspaceService.
load_declarative_user_data_filters
load_declarative_user_data_filters(
layout_root_path: Path
) ->
CatalogDeclarativeUserDataFilters
Loads user data filters layout, which was stored using store_declarative_user_data_filters.
Parameters
name | type | description |
---|---|---|
layout_root_path | Path | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
CatalogDeclarativeUserDataFilters | Object containing List of declarative user data filters. |