Interface: LogModelOptions
Defined in: core/log-model.ts:16
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
capacity? | number | Maximum retained entries; older entries are dropped. | core/log-model.ts:18 |
visibleRows? | number | Number of visible rows in the view. | core/log-model.ts:20 |