Skip to content

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 ConsoleCaptureHandle

Properties

PropertyTypeDescription
markerstringA 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: