UNPKG

n8n-nodes-smartsuite

Version:
16 lines (15 loc) 578 B
import type { INodeProperties } from 'n8n-workflow'; /** * Re-usable “Solution” input with Fixed | Expression toggle enabled. */ export declare const solutionInput: INodeProperties; /** * Re-usable “Table” input with Fixed | Expression toggle enabled. * Clears & reloads whenever `solutionId.value` changes. */ export declare const tableInput: INodeProperties; /** * Re-usable “Fields” input for record-create/update operations. * Clears & reloads whenever `solutionId.value` or `tableId.value` changes. */ export declare const fieldsInput: INodeProperties;