@archastro/sdk
    Preparing search index...

    Interface ConfigFacets

    Aggregated facet counts for the authenticated viewer's configs. Reports all distinct kinds and path prefixes across the full dataset, regardless of any active list filters.

    interface ConfigFacets {
        kinds: ConfigKindFacet[];
        path_prefixes: ConfigPathPrefixFacet[];
    }
    Index

    Properties

    Properties

    All distinct config kinds present in the viewer's dataset, each with its total count. Use these values to populate kind filter options.

    path_prefixes: ConfigPathPrefixFacet[]

    All distinct slash-terminated path prefixes present in the viewer's dataset, each with its total count. Use these values to populate path prefix filter options.