Interface SimulateTriggerNodeParameters

Source
interface SimulateTriggerNodeParameters {
    executionDuration?: number;
    icon?: string;
    jsonOutput?: string;
    subtitle?: string;
}

Properties§

Source§

readonly executionDuration?: number

Execution duration in milliseconds Default: 150 Type options: {"minValue":0}

Source§

readonly icon?: string

Select a type of node to show corresponding icon Default: "n8n-nodes-base.manualTrigger" Type options: {"loadOptionsMethod":"getNodeTypes"}

Source§

readonly jsonOutput?: string

Default: "[\n {\n "my_field_1": "value",\n "my_field_2": 1\n }\n]" Type options: {"rows":5}

Source§

readonly subtitle?: string