ISummarizerNodeConfigWithGC Interface
Signature
export interface ISummarizerNodeConfigWithGC extends ISummarizerNodeConfig
Extends: ISummarizerNodeConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
gcDisabled | optional |
boolean | True if GC is disabled. If so, don't track GC related state for a summary. This is propagated to all child nodes. |
Property Details
gcDisabled
True if GC is disabled. If so, don't track GC related state for a summary. This is propagated to all child nodes.
Signature
readonly gcDisabled?: boolean;
Type: boolean