interface GridCsvGetRowsToExportParams<Api> {
    apiRef: MutableRefObject<Api>;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

apiRef: MutableRefObject<Api>

The API of the grid.