跳至主要內容
版本:23.11.1

VisibilityOption 類型

是否等待元素為可見隱藏null 停用可見性檢查。

簽名

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