lib-iitc-manager
    Preparing search index...

    Interface CategoryView

    Computed view of a single plugin category.

    interface CategoryView {
        isNew: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    isNew: boolean

    True if this category contains a plugin added within the newPluginThreshold window.

    name: string

    Category name.