跳转到主要内容
版本: 23.11.1

VisibilityOption 类型

是否等待元素可见隐藏null 表示禁用可见性检查。

签名

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