We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64eccf commit c0197deCopy full SHA for c0197de
libs/core/src/lib/three-types.ts
@@ -58,7 +58,7 @@ export type ThreeChildAddedEvent = { type: 'childadded'; target: any; child: any
58
export type ThreeChildRemovedEvent = { type: 'childremoved'; target: any; child: any };
59
60
export interface NgtNodeEventMap<TInstance = NgtAnyRecord> {
61
- attached: NgtAfterAttach<any, TInstance>;
+ attached: NgtAfterAttach<TInstance, any>;
62
updated: TInstance;
63
// NOTE: this is named "disposed" to differentiate it from [dispose] property.
64
disposed: ThreeDisposeEvent;
0 commit comments