ISummarizeOptions Interface
Options affecting summarize behavior.
Signature
export interface ISummarizeOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fullTree | optional |
boolean | True to generate the full tree with no handle reuse optimizations; defaults to false |
| refreshLatestAck | optional |
boolean | True to ask the server what the latest summary is first; defaults to false |
Property Details
fullTree
True to generate the full tree with no handle reuse optimizations; defaults to false
Signature
readonly fullTree?: boolean;
Type: boolean
refreshLatestAck
True to ask the server what the latest summary is first; defaults to false
Signature
readonly refreshLatestAck?: boolean;
Type: boolean