workflow.tableexportoptions.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/workflow > TableExportOptions

TableExportOptions interface

Options for exporting data-tables within Workflow instances.w

Signature:

export interface TableExportOptions 

Properties

PropertyModifiersTypeDescription
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.