mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Expose connectionType for 'createNodeActiveChanged' hook and 'User opened nodes panel' event (no-changelog) (#15300)
This commit is contained in:
@@ -1547,6 +1547,7 @@ export type ToggleNodeCreatorOptions = {
|
||||
source?: NodeCreatorOpenSource;
|
||||
nodeCreatorView?: NodeFilterType;
|
||||
hasAddedNodes?: boolean;
|
||||
connectionType?: NodeConnectionType;
|
||||
};
|
||||
|
||||
export type AppliedThemeOption = 'light' | 'dark';
|
||||
|
||||
Reference in New Issue
Block a user