lib-iitc-manager
    Preparing search index...

    Interface PluginsView

    Combined view returned by getPluginsView() and the onPluginsViewChanged callback.

    interface PluginsView {
        categories: CategoryViewDict;
        core: Plugin | null;
        plugins: PluginDict;
    }
    Index

    Properties

    categories: CategoryViewDict

    Non-empty categories derived from the current plugin set, sorted alphabetically.

    core: Plugin | null

    Current IITC core script, or null if not yet downloaded.

    plugins: PluginDict

    Merged view of all plugins (catalog + local state + user overrides).