RatingDashboardDrawerProps: {
    isOpen: boolean;
    selectedDashboard: SelectedRatingDashboard;
}

Props for the RatingDashboardDrawer component.

Type declaration

  • isOpen: boolean

    Whether the drawer is open or not.

  • selectedDashboard: SelectedRatingDashboard

    The currently selected dashboard.

Generated using TypeDoc