interface SimulateNodeParameters {
executionDuration?: number;
icon?: string;
jsonOutput?: string;
numberOfItems?: number;
output?: "all" | "custom" | "specify";
subtitle?: string;
}
Properties§
Source§readonly icon?: string
readonly icon?: string
Select a type of node to show corresponding icon Default: "n8n-nodes-base.noOp" Type options: {"loadOptionsMethod":"getNodeTypes"}
Source§readonly json Output?: string
readonly json Output?: string
Default: "[\n {\n "my_field_1": "value",\n "my_field_2": 1\n }\n]" Type options: {"rows":5}
Execution duration in milliseconds Default: 150 Type options: {"minValue":0}