feat(editor): Expose connectionType for 'createNodeActiveChanged' hook and 'User opened nodes panel' event (no-changelog) (#15300)

This commit is contained in:
Charlie Kolb
2025-05-14 13:26:31 +02:00
committed by GitHub
parent c8b9a7fdeb
commit fefe7b3370
3 changed files with 11 additions and 0 deletions

View File

@@ -1547,6 +1547,7 @@ export type ToggleNodeCreatorOptions = {
source?: NodeCreatorOpenSource;
nodeCreatorView?: NodeFilterType;
hasAddedNodes?: boolean;
connectionType?: NodeConnectionType;
};
export type AppliedThemeOption = 'light' | 'dark';