Skip to main content
Version: 22.14.0

VisibilityOption type

Whether to wait for the element to be visible or hidden. null to disable visibility checks.

Signature:

export type VisibilityOption = 'hidden' | 'visible' | null;