<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [TableCommandsProps](./react.tablecommandsprops.md)

## TableCommandsProps interface

<b>Signature:</b>

```typescript
export interface TableCommandsProps 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [background?](./react.tablecommandsprops.background.md) |  | string | <i>(Optional)</i> |
|  [color?](./react.tablecommandsprops.color.md) |  | string | <i>(Optional)</i> |
|  [commandBarProps?](./react.tablecommandsprops.commandbarprops.md) |  | Partial&lt;ICommandBarProps&gt; | <i>(Optional)</i> |
|  [metadata?](./react.tablecommandsprops.metadata.md) |  | TableMetadata | <i>(Optional)</i> |
|  [onAddStep?](./react.tablecommandsprops.onaddstep.md) |  | (step: Step, output: string \| undefined, index: number \| undefined) =&gt; void | <i>(Optional)</i> |
|  [onRemoveStep?](./react.tablecommandsprops.onremovestep.md) |  | (index: number) =&gt; void | <i>(Optional)</i> |
|  [selectedColumn?](./react.tablecommandsprops.selectedcolumn.md) |  | string | <i>(Optional)</i> |
|  [workflow](./react.tablecommandsprops.workflow.md) |  | Workflow |  |

