@apify/n8n-nodes-apify
Version:
n8n nodes for Apify
16 lines • 692 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.properties = exports.option = exports.name = void 0;
const properties_1 = require("./properties");
const hooks_1 = require("./hooks");
exports.name = 'Run actor';
const rawOption = {
name: 'Run an Actor',
value: 'Run actor',
action: 'Run an Actor',
description: 'Runs an Actor. You can override the Actor’s input configuration by providing a custom body, which will override the prefilled input values.',
};
const { properties, option } = (0, hooks_1.runHooks)(rawOption, properties_1.properties);
exports.properties = properties;
exports.option = option;
//# sourceMappingURL=index.js.map