Skip to main content
Version: 24.38.0

VisibilityOption 类型

🌐 VisibilityOption type

是否等待元素变为可见隐藏null用于禁用可见性检查。

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

语法

🌐 Signature

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