Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 965 Bytes

File metadata and controls

22 lines (14 loc) · 965 Bytes

Home > @datashaper/workflow > TableExportOptions

TableExportOptions interface

Options for exporting data-tables within Workflow instances.w

Signature:

export interface TableExportOptions 

Properties

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.