mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Change default node names depending on node operation and resource (#16188)
This commit is contained in:
@@ -874,6 +874,14 @@ export type INodeCreateElement =
|
||||
| ActionCreateElement
|
||||
| LinkCreateElement;
|
||||
|
||||
export type NodeTypeSelectedPayload = {
|
||||
type: string;
|
||||
parameters?: {
|
||||
resource?: string;
|
||||
operation?: string;
|
||||
};
|
||||
};
|
||||
|
||||
export interface SubcategorizedNodeTypes {
|
||||
[subcategory: string]: INodeCreateElement[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user