schema.sourcepreservingargs.md

May 15, 2024 ยท View on GitHub

Home > @datashaper/schema > SourcePreservingArgs

SourcePreservingArgs interface

Signature:

export interface SourcePreservingArgs 

Properties

PropertyModifiersTypeDescription
preserveSource?boolean(Optional) Indicates whether source column(s) should be preserved on operations that normally drop the source(s). E.g., merge, fold, spread, etc.

Contents

  1. 1SourcePreservingArgs interface
  2. 2Properties