Skip to main content

Interface: ProbeResult

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:128

Result of a liveness probe

Properties

checkTime

checkTime: number;

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:150

Time taken to check (in milliseconds)


error?

optional error: string;

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:146

Error message if check failed


isAlive?

optional isAlive: boolean;

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:137

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/dist/index.d.ts:142

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/dist/index.d.ts:132

The selector that was checked