UNPKG

n8n-nodes-tulip

Version:
36 lines 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.description = void 0; exports.description = [ { displayName: 'Table Name or ID', name: 'tableId', type: 'options', description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>', default: '', required: true, displayOptions: { show: { resource: ['table'], operation: ['deleteRecords'], }, }, typeOptions: { loadOptionsMethod: 'getTables', }, }, { displayName: 'Allow Records In Use', name: 'allowRecordsInUse', type: 'boolean', default: false, displayOptions: { show: { resource: ['table'], operation: ['deleteRecords'], }, }, description: 'If this option is set to true, the operation will not check for records in the table being used by a running Tulip app. If there are records in use, the apps using them may not work properly.', }, ]; //# sourceMappingURL=description.js.map