Node UI elements
String
{
displayName: Name, // The value the user sees in the UI
name: name, // The name used to reference the element UI within the code
type: string,
required: true, // Whether the field is required or not
default: 'n8n',
description: 'The name of the user',
displayOptions: { // the resources and operations to display this element with
show: {
resource: [
// comma-separated list of resource names
],
operation: [
// comma-separated list of operation names
]
}
},
}


Support drag and drop for data keys
Number

Collection

DateTime

Boolean

Color

Options

Multi-options

Filter

Assignment collection (drag and drop)

Fixed collection

Resource locator

Resource mapper
Resource mapper type options interface
Resource mapper method
JSON

HTML
Notice

Hints
Add a parameter hint
Add a node hint
Add a dynamic hint to a programmatic-style node
Last updated
Was this helpful?