Skip to contentSkip to content

AiAssistantPanelTrigger API

API reference docs for the React AiAssistantPanelTrigger component. Learn about the props, CSS, and other APIs of this exported module.

Demos

Import

import { AiAssistantPanelTrigger } from '@mui/x-data-grid-premium/components';
// or
import { AiAssistantPanelTrigger } from '@mui/x-data-grid-premium';

Learn about the difference by reading this guide on minimizing bundle size.



A button that opens and closes the assistant panel. It renders the baseButton slot.

Props

A function to customize rendering of the component.

Type:func
| string


A function to customize rendering of the component.

Type:element
| func


The ref is forwarded to the root element.

Source code

If you did not find the information in this page, consider having a look at the implementation of the component for more detail.