featherbit UI
    Preparing search index...

    Interface PluginCategory

    An ordered group of plugin types shown under one collapsible heading.

    interface PluginCategory {
        label: string;
        types: string[];
    }
    Index
    label: string

    Heading text, matching the docs sidebar category label.

    types: string[]

    Plugin type names in this category, in display order.