Skip to main content

Interface: ProbeResult

Defined in: packages/uimatch-selector-spi/src/index.ts:135

Result of a liveness probe

Properties

checkTime

checkTime: number;

Defined in: packages/uimatch-selector-spi/src/index.ts:161

Time taken to check (in milliseconds)


error?

optional error: string;

Defined in: packages/uimatch-selector-spi/src/index.ts:156

Error message if check failed


isAlive?

optional isAlive: boolean;

Defined in: packages/uimatch-selector-spi/src/index.ts:145

Whether the selector is alive (found and optionally visible)

Deprecated

Use isValid instead (kept for backward compatibility)


isValid

isValid: boolean;

Defined in: packages/uimatch-selector-spi/src/index.ts:151

Whether the selector is valid (found and optionally visible) Preferred over isAlive for consistency with validation terminology


selector

selector: string;

Defined in: packages/uimatch-selector-spi/src/index.ts:139

The selector that was checked