Member Junction
    Preparing search index...

    Event emitted when a dashboard is dropped on a breadcrumb item

    interface BreadcrumbDropEvent {
        DashboardIds: string[];
        TargetCategoryId: string | null;
    }
    Index

    Properties

    DashboardIds: string[]
    TargetCategoryId: string | null