JavaScript/jQuery DataGrid - DataGridCommandInfo
Information about a predefined DataGrid command.
import { DataGridCommandInfo } from "devextreme/ui/data_grid"
Type:
DataGridCommandInfo contains the following fields:
- name: The predefined command's name (DataGridPredefinedCommandNames).
- args: Command arguments. Refer to DataGridPredefinedCommands for information about the arguments of each available command.