mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core, editor-ui): Introduce node deprecation (#4103)
⚡ Introduce node deprecation
This commit is contained in:
@@ -1097,6 +1097,12 @@ export interface INodeTypeBaseDescription {
|
||||
subtitle?: string;
|
||||
defaultVersion?: number;
|
||||
codex?: CodexData;
|
||||
|
||||
/**
|
||||
* Whether the node must be hidden in the node creator panel,
|
||||
* due to deprecation or as a special case (e.g. Start node)
|
||||
*/
|
||||
hidden?: true;
|
||||
}
|
||||
|
||||
export interface INodePropertyRouting {
|
||||
|
||||
Reference in New Issue
Block a user