Member Junction
    Preparing search index...

    Event emitted when the category filter changes

    interface CategoryChangeEvent {
        Category: MJDashboardCategoryEntity | null;
        CategoryId: string | null;
    }
    Index

    Properties

    Properties

    Category: MJDashboardCategoryEntity | null
    CategoryId: string | null