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 a2e0dac commit 9e3aec6Copy full SHA for 9e3aec6
index.d.ts
@@ -753,6 +753,9 @@ export abstract class NamespaceBase extends ReflectionObject {
753
/** Whether or not objects contained in this namespace need feature resolution. */
754
protected _needsRecursiveFeatureResolution: boolean;
755
756
+ /** Whether or not objects contained in this namespace need a resolve. */
757
+ protected _needsRecursiveResolve: boolean;
758
+
759
/** Nested objects of this namespace as an array for iteration. */
760
public readonly nestedArray: ReflectionObject[];
761
0 commit comments