ConsoleCaptureHandle
An opaque handle identifying a console-capture window opened by ObsidianTransport.beginConsoleCapture and consumed by ObsidianTransport.readConsoleCaptureSince.
Import:
import type { ConsoleCaptureHandle } from 'obsidian-integration-testing';Signature:
export interface ConsoleCaptureHandleProperties
| Property | Type | Description |
|---|---|---|
| marker | string | A unique marker written into the target's log stream at capture start, used to slice out everything logged after this point. |
Links to this page: