interface SimulateNodeParameters {
executionDuration?: number;
icon?: string;
jsonOutput?: string;
numberOfItems?: number;
output?: "all" | "custom" | "specify";
subtitle?: string;
}Properties§
§§§§§
readonly execution Duration?: number§
readonly icon?: stringSelect a type of node to show corresponding icon Default: "n8n-nodes-base.noOp" Type options: {"loadOptionsMethod":"getNodeTypes"}
readonly json Output?: stringDefault: "[\n {\n "my_field_1": "value",\n "my_field_2": 1\n }\n]" Type options: {"rows":5}
readonly number Of Items?: numberNumber input of items to return, if greater then input length all items will be returned Default: 1 Type options: {"minValue":1}
readonly output?: "all" | "custom" | "specify"Default: "all"
readonly subtitle?: string
Execution duration in milliseconds Default: 150 Type options: {"minValue":0}