schema.sourcepreservingargs.md
May 15, 2024 ยท View on GitHub
Home > @datashaper/schema > SourcePreservingArgs
SourcePreservingArgs interface
Signature:
export interface SourcePreservingArgs
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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. |