• Drawer component for displaying details about the currently selected rating dashboard.

    Renders a retractable drawer that shows information based on the selected dashboard.

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

    A drawer containing information about the selected dashboard.

    Example

    <RatingDashboardDrawer
    isOpen={isOpen}
    selectedDashboard={selectedDashboard}
    />

Generated using TypeDoc