Member Junction
    Preparing search index...

    Event emitted when dashboards are requested to be moved to a folder

    interface DashboardMoveEvent {
        Dashboards: MJDashboardEntity[];
        TargetCategoryId: string | null;
    }
    Index

    Properties

    Dashboards: MJDashboardEntity[]
    TargetCategoryId: string | null