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