Home > @datashaper/workflow > TableExportOptions
Options for exporting data-tables within Workflow instances.w
Signature:
export interface TableExportOptions | Property | Modifiers | Type | Description |
|---|---|---|---|
| includeDefaultInput? | boolean | (Optional) Whether to include the default input table in the result. | |
| includeDefaultOutput? | boolean | (Optional) Whether to include the default output table in the result. | |
| includeInputs? | boolean | (Optional) Whether to include input tables in the result. |