Type alias GridMenuProps

GridMenuProps: GridMenuInfo & {
    className?: string;
    commandHandler: CommandHandler;
    id?: string;
}

Type declaration

  • Optional className?: string

    Additional css classes to help with unique styling of the grid menu

  • commandHandler: CommandHandler
  • Optional id?: string

    Optional unique identifier