Skip to main content
Version: 24.2.1

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;