Files
n8n_Demo/n8n-n8n-1.109.2/packages/nodes-base/nodes/DateTime/V2/common.descriptions.ts

10 lines
296 B
TypeScript
Raw Normal View History

2025-09-08 04:48:28 +08:00
import type { INodeProperties } from 'n8n-workflow';
export const includeInputFields: INodeProperties = {
displayName: 'Include Input Fields',
name: 'includeInputFields',
type: 'boolean',
default: false,
description: 'Whether to include all fields of the input item in the output item',
};