n8n-nodes-base
Version:
Base nodes of n8n
24 lines • 801 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.channelStatisticsDescription = void 0;
exports.channelStatisticsDescription = [
{
displayName: 'Channel Name or ID',
name: 'channelId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getChannels',
},
options: [],
default: '',
required: true,
displayOptions: {
show: {
operation: ['statistics'],
resource: ['channel'],
},
},
description: 'The ID of the channel to get the statistics from. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
];
//# sourceMappingURL=description.js.map